ascend
08-17-2005, 12:56 AM
I'm setting up a light CMS for a client that creates new folders/directories when she adds a subsection to her site. On a seperate page, she can add images that are placed inside of these directories and I'm able to do that with existing directories, but not the ones created dynamically. I'm using the following code to create the directory:
mkdir("../portfolios/$subname", 0777)
Which creates the folder successfully, but the permissions are off when I check them out and I'm unable to copy files to it. Is this a server setting? Or has anyone run into anything like this? Thanks for any help...
mkdir("../portfolios/$subname", 0777)
Which creates the folder successfully, but the permissions are off when I check them out and I'm unable to copy files to it. Is this a server setting? Or has anyone run into anything like this? Thanks for any help...