hi.
now i've tried it on another computer, with another web server prog (xitami) and this time it executes, but it gives me another error message though...
Undefined subroutine CGI::upload
Does anyone know what this means and if it can be fixed?
you have to upgrade CGI.pm,
(older versions lack upload() function)
the other choice you have is to use
$file_name as file handle prepending "no strict;"
see "perldoc CGI" for more details.