in reply to Re^3: Having an issue with my CGI.pm file uploads
in thread Having an issue with my CGI.pm file uploads
If I try:
I get the following error in my apache log:my $upload_filehandle = $i->upload( 'JARFILE' ); binmode($upload_filehandle);
...so now I am confused, why my filehandle is not getting defined. It is on a valid file upload field, as again, the file(complete with its remote name) is getting created at 0 bytes on the server.Can't use an undefined value as a symbol reference
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Having an issue with my CGI.pm file uploads
by mr_mischief (Monsignor) on Sep 25, 2007 at 21:59 UTC |