Praveena Vittal wrote:
I am newbie to this perl community.

http://www.mail-archive.com/beginners@perl.org/msg76684.html

Why are you lying?

I am writing to code to upload file using CGI.pm.
During file upload, CGI.pm is saving a file(as CGITempxxx) in the temporary location(ex. /tmp). After copying the file, it is moving the file to corresponding file location.

Is that possible to avoid copying temporary location? ie Will it possible to copy the file without saving file in temp location.

You can control the location of the temporary file, but I'm not aware of any method to avoid it completely. Why do you want it?

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to