You might investigate the upload() function. From the CGI docs:
$fh = $query->upload('uploaded_file'); while (<$fh>) { print; }
In reply to Re: Uploading files using cgi.pm
by AidanLee
in thread Uploading files using cgi.pm
by c
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |