http://www.perlmonks.org?node_id=207037

darshan_atha has asked for the wisdom of the Perl Monks concerning the following question:

i have written code for uploading an image when i try to upload an image i found error like CGI open of tmpfile: No such file or directory i found on site while surfing reason for window operating system "It means that CGI.pm could not find a temp directory to write to. When you upload large files, it temporarily stores them in the temp directory. If you are on a Windows system, just make sure that your C:\Temp directory is present, and that the IUSR_XXX account has write access to it". i am using linux server, does anybody has answere to it thanx