not the form name, the form field nameIf you have this in your form:
the form field name, the one that holds the file you're uploading, is.... 'myFile'.<input type="file" name="myFile">
my $var = $cgi->param("myFile");
In reply to Re^3: cgi and upload_hook
by Miguel
in thread cgi and upload_hook
by qbxk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |