How to get CGI upload temp filename and directory
- From: "blaine@xxxxxxxxxxxx" <blaine@xxxxxxxxxxxx>
- Date: 30 Sep 2005 10:49:10 -0700
Hello,
How can I get the tempory directoy and name of a file uploaded using
CGI?
Assuming www is a CGI object then the following works. However it's not
what I'm looking for.
You can get the file handle by going
$www->upload($filename);
And the original filename by going
$www->param($filename);
I would like something like
$www->uploadInfo($filename)->{temporary_upload_path};
.
- Prev by Date: Re: hex-array print
- Next by Date: Re: website development and maintenance, using Perl. Please help!
- Previous by thread: website development and maintenance, using Perl. Please help!
- Index(es):