jewelzalema Posted March 2, 2007 Share Posted March 2, 2007 Hi, Very new to this but, I am trying to run a php script which writes a .wav file to a directory on my (webhosted) server. I have changed the directory chmod permissions to 0777 to allow everyone permissions, but I cannot get the script to work. I wanted to ask, Is this the correct permission (0777)? Do the chmod permissions on the file that sends the file also have to set be set to a particular permission? Thanks Jewelz Quote Link to comment https://forums.phpfreaks.com/topic/40851-chmod-0777-permissions/ Share on other sites More sharing options...
effigy Posted March 2, 2007 Share Posted March 2, 2007 0777 is wide open, which isn't recommended, but good for testing. What kind of errors are you getting? Where is your web root and what path are you specifying? Quote Link to comment https://forums.phpfreaks.com/topic/40851-chmod-0777-permissions/#findComment-197858 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.