RE: File upload problem

2004-10-27 Thread Gerald Richter
> > [Mon Oct 25 17:45:57 2004] [error] [21920]ERR: 44: > _base.html(1): Setup of CGI.pm failed: CGI open of tmpfile: > Permission denied > Looks like CGI.pm has problem with it's temporary file. Take a look at perldoc CGI and search for upload. There you can find how CGI.pm find a location f

Re: File Upload problem

2001-03-26 Thread Gerald Richter
> I wrote an embperl script that uploads a file to a web > server. It works fine on Linux and Macs but not on > Windows. When I upload a file from a browser using > Windows 95/98, the file is uploaded to the web server > but it has 0 bytes in it. > Here is part of the script that checks a file fro