Im using php with FCKeditor and I was wondering if there is a config option to set in php that will dynamically set the path for the directory the person can upload files such as images. I dont want multiple people to have access to the same folder that the files are getting uploaded to inside of FCKeditor.
Thanks!
Thanks!
Re: Dynamic paths for file uploads?
When you click on the button to insert an image it pops up a new window. In the new window there is a button called browse server. When you click on that button it shows images in the root of the upload folder it is using. What Im wanting to do is a person logs in with a different account and when they use FCKeditor to upload a file/image and then click browse server I would like for them to be "jailed" in their own folder so they cant see other peoples file/images they uploaded. Im using php, thank you!