Posted by on 08/23/05 16:18
| move_uploaded_file(C:\test) [function.move-uploaded-file]:
| failed to open stream: Permission denied in
| C:\sourcecode\admin\popup.php on line 6
|
| Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to
| move 'C:\PHP\uploadtemp\php32.tmp' to 'C:\test' in
| C:\sourcecode\admin\popup.php on line 6
|
| I have given the internet user account rights on the PHP folder, the
| sourcecode folder and the upload folder test.
well, you've given "rights" to the php folder...that's fine. however, you
probably didn't give *write* permissions to the "c:\test" folder for your
IUSR_<computer name here> account.
do that, and all will be well.
[Back to original message]
|