Hi Folks
I got the image upload function working properly at it uploads images to one directory.
/var/html/htdocs/website1/images/
We are using fckeditor on a CMS where each logged in user can edit their own pages
in a predefined directory.
user 1: /var/html/htdocs/website1/images/
user 2: /var/html/htdocs/website2/images/
etc
Based on the user logged into our system is it possible to update the file upload procedure
so instead of putting all uploaded images into one directory, it can be dynamically changed
based on the individual logged in. I've got the directory in a session variable, just not sure
how to modify the file upload process to change directories dynamically.
Any help would be greatly appreciated.
Jim
I got the image upload function working properly at it uploads images to one directory.
/var/html/htdocs/website1/images/
We are using fckeditor on a CMS where each logged in user can edit their own pages
in a predefined directory.
user 1: /var/html/htdocs/website1/images/
user 2: /var/html/htdocs/website2/images/
etc
Based on the user logged into our system is it possible to update the file upload procedure
so instead of putting all uploaded images into one directory, it can be dynamically changed
based on the individual logged in. I've got the directory in a session variable, just not sure
how to modify the file upload process to change directories dynamically.
Any help would be greatly appreciated.
Jim