right ive now got this and it still not working to have a look for you rself goto www.ukhoneyz.co.uk/up.html
$q=new CGI
print $q->header();
use strict;
use CGI':standard';
print "content-type: text/html\n\n";
my $file = param ('uploadfile');
my $info = uploadinfo ($file);
my $type = $info ->...
Here is a view of the code!! whats wrong still dont get it!!
#1/usr/local/bin/perl -wT
use strict;
use CGI ':standard';
print "content-type: text/html\n\n";
my $file = param ('uploadfile');
my $info = uploadinfo ($file);
my $type = $info -> {'content-Type'};
if ($file) {
open (UPLOAD...
Im getting this when im trying to uploadfiles!! new to programming can anyone help me! really stuck now tryed lots of things with no result!!
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.