IIS and Fileupload problem

Tagged:  

Hi,

I know this issue has been addressed already but I couldn't get any solution for it. So I'm posting it with my configuration etc.

I'm using IIS.
I have a mySQL database running with InnoDB supported.
The first thing projectpier does with the installation is testing for permissions etc.
All these test where done ok.
So I have all permissions setup on all folders.
(Cache, upload, public, config)

Everytime I try to upload a file I get the message "Failed to upload file."
I have tryed this with an image (jpg), with a txt file.
These files are 1Kb of size. So I don't use big files.
I have setup permissions, for testing purpose, on my folders to full control for everyone, and I mean everyone, IWAM, internet guest account, everyone.
The general project pier configuration of the File storage is set to "File System".
And yes I've also tryed to set it to "Database (MySql)".
No success.

Is there something I'm missing here?????
I just can't get it to work.

tx in advanced

Hi,

Wish I could help out more. I know that there is a thread here http://www.projectpier.org/node/315 and also some discussion in the forums about its use, which I think solves the problem for IIS. However, note that currently the requirements lists Apache as necessary. You can run apache on a windows machine, in case you were not aware (some people think apache is only for linux).

I traced through the code awhile, and noticed that php on my Windows server was tossing the uploads into the system temp directory (C:\WINDOWS\Temp) but that the webserver account did not have read access to that. I just gave "Internet Guest Account" default permissions (Read, List, Execute) on that folder and it works fine now.