in reply to Uploading files using cgi.pm
You might investigate the upload() function. From the CGI docs:
$fh = $query->upload('uploaded_file'); while (<$fh>) { print; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Uploading files using cgi.pm
by c (Hermit) on Nov 29, 2001 at 20:13 UTC |