I am using FCKeditor 2.3 because I already have it installed and running elsewhere. My question is about the upload image folder as I am wondering how and where to configure it to create and upload to custom folders for each user.
For example each user has a unique ID number and I would like them to upload images to their own folder. For example if a user's ID is "001265" then when he uploads an image a folder named "001265" is created in the upload image folder.
Where do I need to configure this?
Also, I have a problem with the current image folder... it's adding a double slash when uploading like...
/images/users//theimage.gif
I have checked filemanager/connectors/asp/config.asp and everything looks right (if this is where it is controlled) so why a "//"?
For example each user has a unique ID number and I would like them to upload images to their own folder. For example if a user's ID is "001265" then when he uploads an image a folder named "001265" is created in the upload image folder.
Where do I need to configure this?
Also, I have a problem with the current image folder... it's adding a double slash when uploading like...
/images/users//theimage.gif
I have checked filemanager/connectors/asp/config.asp and everything looks right (if this is where it is controlled) so why a "//"?

Re: Upload image folder
Re: Upload image folder
I would like to but I have problems getting 2.6.6. to upload images.

When I try to upload an image it never completes the task.
When I try to browse server, I get this error:
"The server didn't reply with a proper XML data. Please check your configuration"
Both test pages at /fckeditor/editor/filemanager/connectors/ work perfectly so I am stumped
I assumed that all I should need to do is modify the following:
ConfigIsEnabled = true
ConfigUserFilesPath = "/webimages/"
But it seems that I am missing something?
Re: Upload image folder
Re: Upload image folder
No other message than the note about XML.
I don't follow what else should be required to configure for upload other than what I have mentioned. How can the test pages work but not the upload from the editor (which worked ok in v2.3).
Here's a new one... what does this mean...
"GetFoldersAndFiles" command isn't allowed
Re: Upload image folder
The last message might be due to mixing files from different versions.
Re: Upload image folder
Aha! Fiddler was useful. I still had the default setting for PHP (now changed)...

var _FileBrowserLanguage = 'asp' ; // asp | aspx | cfm | lasso | perl | php | py
var _QuickUploadLanguage = 'asp' ; // asp | aspx | cfm | lasso | perl | php | py
And now "browse server" works also (with version 2.6).
Thanks for the advice