Directory Issue

Hi all i ahev been working on php where the user if click on the link the folder will be created of the same but the problem comes in writing in that folder. The folder being created but in locked manner but can anyone help me that how can i make directory of my with all access. Its still showing even i have given 0777 in mkdir.

It’s possible that php doesn’t have permission to chmod. Can you confirm (via ssh) that the folder is 0777?

yes you are right that i need to confirm from ssh that it shold go in 0777 but i need that when user click on folder it should create a directory and add dat in it on server.

If i move it to 0777 then it works but again the point that user will create and he then have to wait untill i make it 0777
then only he will be adding images. Thats not a deal.

Please help me with same. Are there any command in php that will execute .

Is the parent directory also writable?

yes i have

Sponsor our Newsletter | Privacy Policy | Terms of Service