unforeseen Posted July 22, 2008 Share Posted July 22, 2008 Hi guys, have had a search on the forum and spent hours searching on the net (its nearly 3am here and im getting tired!) but still cant find a working solution: basically: mkdir("asdf"); returns: Warning: mkdir() [function.mkdir]: Permission denied in C:\Inetpub\wwwroot\kcw\members_files_uploadItem.php on line 10 im on Windows Server 2003 and am quite new to it, so i dont know how to set permissions but i think i set them right. i set full permissions to all the ones listed and also Network Service but it still didnt work any ideas? Quote Link to comment Share on other sites More sharing options...
awpti Posted July 22, 2008 Share Posted July 22, 2008 Only the IUSR really needs any perms - should be at least full MODIFY perms. Quote Link to comment Share on other sites More sharing options...
unforeseen Posted July 22, 2008 Author Share Posted July 22, 2008 aye that made no difference though, i read somewhere that Network Service had to have permissions too... still no luck Quote Link to comment Share on other sites More sharing options...
unforeseen Posted July 22, 2008 Author Share Posted July 22, 2008 i should also mention im using the ISAPI module too... Quote Link to comment Share on other sites More sharing options...
unforeseen Posted July 22, 2008 Author Share Posted July 22, 2008 Problem seems to have solved itself. mkdir("Uploads/fdsa"); works correctly! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.