I'm running Windows XP Pro/IIS 5.1
I have installed ISAPI version of PHP.
I'm having problems getting file uploads working - i've checked with the guys in the coding forum and it doesn't seem to be a problem with code I'm using.
I think it something to with how php is configured or permissions.
This is what I have done do far.
1. I have put the php.ini file into c:\windows and 'everyone' has read permission.
2. I have edited the php.ini file to set the temp upload directory IUSR_COMPUTERNAME has full control.
3. I have given IUSR_COMPUTERNAME full control to the folder where I want to move the uploaded file to
4. WIthin IIS I have given write permission to the folder where I want to move the uploaded files to
Any ideas where i am going wrong?
Thanks
nt