hi!
I am doing some uploading fields as a part of my little publishíng system.
The file handeling the forms first creates a directory with mkdir() and then copies the files there. but my problem is that i dont have permission to do annything with the directory, even though i set the second mkdir() chmod attribute to full permissions for all. i cant view or delete the directorys.
so, somebody told me that directorys created in php, must be modified in php. So i used the function chmod() to really try again with the permissions. now i could acess the directorys, and delete it contentens. Then i tried to delete the folder by using rmdir(), but i got the error msg saying the folders are not empty (which they are, or atleast shown to be in ftp).
so i basically have a bunch of folders that i cant use, and i can even think about getting my publishing system to work.
help.