Gossamer Forum
Home : General : Perl Programming :

CGI Problem - Help

Quote Reply
CGI Problem - Help
I have a script that allows me to upload files from a local machine to the webserver. It gives me the error below. Any ideas on what is causing this? This one is driving me crazy as it is the only script that doesn't work on my site.

Thanks,

Charles

CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:


CGI open of .\CGItemp4300001: Permission denied

Quote Reply
Re: CGI Problem - Help In reply to
Sounds like a permissions problem. Make sure the script has permission to create files in the directory it is running in (probably not a good idea, but...)

Cheers,

Alex