Re: [PHP] PHP 4.0.6 on NT (IIS 4.0) Can't replace uploaded file

2001-10-01 Thread Christian Dechery
I had the same problem... chmod doesn't work in Windows... I'm using win2000 server... to make uploads possible you have to set permissions to the users: IUSR_COMPUTERNAME and IWAM_COMPUTERNAME, set them both to FULL and test... At 15:54 1/10/2001 -0500, Joseph Koenig wrote: >The script is mov

RE: [PHP] PHP 4.0.6 on NT (IIS 4.0) Can't replace uploaded file

2001-10-01 Thread Joe Kaiping
OTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] PHP 4.0.6 on NT (IIS 4.0) Can't replace > uploaded file > > > The script is moving the file to its final destination and > then doing a > chmod(filename, 0777) (the php function, not through exec() or > anythin

Re: [PHP] PHP 4.0.6 on NT (IIS 4.0) Can't replace uploaded file

2001-10-01 Thread Joseph Koenig
The script is moving the file to its final destination and then doing a chmod(filename, 0777) (the php function, not through exec() or anything); Even setting the mode to 0777 doesn't help at all. Am I doing this completely wrong from IIS/NT? Thanks, joe Joe Kaiping wrote: > > Sounds like their

RE: [PHP] PHP 4.0.6 on NT (IIS 4.0) Can't replace uploaded file

2001-10-01 Thread Joe Kaiping
Sounds like their upload script isn't setting the correct file permissions when creating the file. Directory permissions don't seem to be a problem for you. -Joe2 > -Original Message- > From: Joseph Koenig [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 01, 2001 12:38 PM > To: [EMAIL