in reply to Re^2: Getting a filehandle for uploaded file
in thread Getting a filehandle for uploaded file

Hmmm, maybe this will be of use ... to us both ;-)

A user level that continues to overstate my experience :-))
  • Comment on Re^3: Getting a filehandle for uploaded file

Replies are listed 'Best First'.
Re^4: Getting a filehandle for uploaded file
by luker (Initiate) on Oct 20, 2009 at 15:04 UTC
    Again, there the advice is to use:
    my $upload_filehandle = $query->upload("photo");
    and then read from the $upload_filehandle. In my case, the $upload_filehandle is coming back undef.