Click to See Complete Forum and Search --> : PHP4 Windows config


nt04
09-08-2004, 04:47 AM
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

nt04
09-08-2004, 10:13 AM
Problem solved

bubblenut
09-08-2004, 10:17 AM
Care to share? Someone in the future may also have this problem and it would be nice to have the sollution here as well as the problem :)

Also, could you mark the thread resolved by clicking the link at the bottom of the page.