in reply to Fil Upload Problem
I don't know if that would explain the behaviour of your script, I haven't had problems with uploading files in a while, but if you are using an old version of Perl on the other machine the problem might come from an old version of CGI.pm being bundled with Perl, one that did not implement the file upload feature.
try the following code on both machines:
perl -e 'use CGI; print "CGI version: $CGI::VERSION\n";'and see if the versions differ widely.
|
|---|