in reply to Re^3: Getting a filehandle for uploaded file
in thread Getting a filehandle for uploaded file
and then read from the $upload_filehandle. In my case, the $upload_filehandle is coming back undef.my $upload_filehandle = $query->upload("photo");
|
|---|