>
> [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
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
> 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
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.