On Wednesday, Oct 1, 2003, at 08:12 US/Pacific, A L wrote:
[..]
that refers to the following CGI:
#!/usr/bin/perl -w
use strict;
use CGI qw/:standard/
print "Content-type: text/html\n\n";
print $query->filefield('uploaded_file');
there is the minor detail here that you did not
declare what a '$qu
I'm trying to write a CGI script to upload a file from a website. I have the
following HTML:
Uploading Files
Pick a file to upload:
that refers to the following CGI:
#!/usr/bin/perl -w
use strict;
use CGI qw/:standard/
print "Content-type: text/html\n\n";
print $query->filefield(