Hello everyone,
I was curious if anyone could point me in the right direction concerning this. Basically, i'd like to specify a unique directory that the FileManager browses/uploads to. This directory will be outside the directory structure that the bulk of the FCKeditor code resides in. Furthermore, i would like this directory to be passed as a parameter (or something dynamically equivalent) at the time that the editor is instantiated. As an example.. assuming the top level is D:/inetpub/webroot/, i have 3 folders under it: Site1, Site2, and Core. Site1 and Site2 are different websites that each instantiate FCKeditor, whose code resides in Core/FCKEditor. What i'd like to do is, upon clicking the "browse server" button, be able to browse/upload to either Site1/image or Site2/image, instead of Core/image which is what happens as the default case. Although i've made some small progress through hard-coded methods (mainly by setting "config.serverPath" and fiddling with "connector.cfm"), i have yet to find a way to get this to work dynamically. Your thoughts would be very much appreciated, thank you.
gary
I was curious if anyone could point me in the right direction concerning this. Basically, i'd like to specify a unique directory that the FileManager browses/uploads to. This directory will be outside the directory structure that the bulk of the FCKeditor code resides in. Furthermore, i would like this directory to be passed as a parameter (or something dynamically equivalent) at the time that the editor is instantiated. As an example.. assuming the top level is D:/inetpub/webroot/, i have 3 folders under it: Site1, Site2, and Core. Site1 and Site2 are different websites that each instantiate FCKeditor, whose code resides in Core/FCKEditor. What i'd like to do is, upon clicking the "browse server" button, be able to browse/upload to either Site1/image or Site2/image, instead of Core/image which is what happens as the default case. Although i've made some small progress through hard-coded methods (mainly by setting "config.serverPath" and fiddling with "connector.cfm"), i have yet to find a way to get this to work dynamically. Your thoughts would be very much appreciated, thank you.
gary

RE: customized userFilesPath with ColdFusion?