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

File upload problem

2004-10-25 Thread Robert Germič
I remeber this has been discussed, but the mail archive at http://www.ecos.de/~mailarc/embperl/ is down, so please advice: when trying to file upload, I got this in the error log [Mon Oct 25 17:45:57 2004] [error] [21920]ERR: 44: _base.html(1): Setup of CGI.pm failed: CGI open of tmpfile: Perm

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

File Upload problem

2001-03-26 Thread Jeremy Le
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 from Windows.