CGI.pm creates a temporary file of the uploaded file. The above method gives you the file handle to that file.$fh = upload('uploaded_file'); while (<$fh>) { print; }
Hope that helps
In reply to Re: Problematic UploadFile() method in CGI.pm
by wfsp
in thread Problematic UploadFile() method in CGI.pm
by monkfan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |