in reply to Re: Image Uploading
in thread Image Uploading

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.