Page 1 of 1

Windows Permissions

Posted: Tue Nov 28, 2006 2:01 pm
by shiznatix
I am trying to upload a file on a windows server and I get this error:
Warning: move_uploaded_file(**FULL WINDOWS PATH**\asthanos.gif): failed to open stream: Permission denied in **FULL WINDOWS PATH**\UploadImage.php on line 9

Warning: move_uploaded_file(): Unable to move 'C:\WINDOWS\Temp\php73BB.tmp' to '**FULL WINDOWS PATH**\asthanos.gif' in **FULL WINDOWS PATH**\UploadImage.php on line 9
diddddd
I thought windows did not have permission like that? Why can't I write to the webserver?

Posted: Tue Nov 28, 2006 2:39 pm
by bokehman
What is a windows server? If you mean IIS it has permissions. Also NTFS has permissions.

Posted: Tue Nov 28, 2006 3:11 pm
by shiznatix
got it. I am just not used to developing in a windows environment so i get frustrated and angry really quickly.