http://qs321.pair.com?node_id=11119023


in reply to permission denied on file write only when running browser on application server

Knowing nothing about IIS webservers, I would be inclined to add this to my CGI code:

warn join(":", scalar(getpwuid($<)), scalar(getgrgid($())), "\n"

And then look at the logs when making a request. Then verify your upload directory is writable by the user/group that showed up in the logs.


Dave