Hey all,
We have a rather specialized need to upload images through the FCKeditor to different directories depending on who is logged into the system. Where would I find the code that handles image uploads?
Thanks,
Skip
We have a rather specialized need to upload images through the FCKeditor to different directories depending on who is logged into the system. Where would I find the code that handles image uploads?
Thanks,
Skip
Re: modifying image uploader
I'm fairly new to fck but I believe you would find this under;
http://yourdomain.com/fckeditor/editor/ ... tors/*your scripting language*/
Look at config.php to turn on uploads and the connector.php file.
You might want to clarify this with a seasoned expert, I could be wrong.
NR
Re: modifying image uploader
Do you want a script to implement, or are you looking for the files that handle the file upload?
In the last situation you have to look in the folder "editor\filemanager".
And don't forget to turn the file upload-method on