in reply to Re^2: Having an issue with my CGI.pm file uploads
in thread Having an issue with my CGI.pm file uploads
As for file size, if you have binary data in the input file but it's not in binary mode, you could have issues there.
Also, make sure you have a version of CGI.pm that doesn't have the fairly recent broken upload problem. CGI 3.21 and 3.22 simply don't work for uploads. See Skip CGI.pm versions 3.21 and 3.22 when upgrading -- they break the upload() method for more info. It could be you're not getting a file uploaded because the library really is broken.
What does print $CGI::VERSION; give you?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Having an issue with my CGI.pm file uploads
by technojosh (Priest) on Sep 25, 2007 at 20:57 UTC | |
by mr_mischief (Monsignor) on Sep 25, 2007 at 21:59 UTC |