in reply to Handling the POSTing of a file to a CGI script
I tried what btrott put on his/her messages and it didn't work. Later I found on the CGI.pm documentation in CPAN that it's "my $fh = $query->param('uploaded_file');", not "my $fh = $query->upload('uploaded_file');"