Is there a way to have multiple/custom upload folders from a single installation of FCKEditor?
I have an app. that I replicate for multiple users (/{root}/{UserApplication}/), each with it's own application name, datasource, etc...
I'd like one installation of FCKEditor @ /{root}/FCKEditor and have the UserFilesPath set from the Application.cfm in the users installation (/{root}/{UserApplication}/application.cfm). I've tried setting it in the users application.cfm and tried passing it as an attribute via CFModule, but cannot get it to work.
Any help would be appreciated.
I have an app. that I replicate for multiple users (/{root}/{UserApplication}/), each with it's own application name, datasource, etc...
I'd like one installation of FCKEditor @ /{root}/FCKEditor and have the UserFilesPath set from the Application.cfm in the users installation (/{root}/{UserApplication}/application.cfm). I've tried setting it in the users application.cfm and tried passing it as an attribute via CFModule, but cannot get it to work.
Any help would be appreciated.

RE: Custom UserFilesPath in CF
http://www.saluki.dk/archive
Re: Custom UserFilesPath in CF
So from what I can tell, FCKEditor just wont support this. It works great if you only have one application on your server...