Copy link to clipboard
Copied
Hello there,
We need to turn on the ability to upload a file in the fck editor, how would someone do that in ColdFusion 10?
Thanks!
Copy link to clipboard
Copied
I don't think that there are any settings in CF10 that would enable/disable file upload via CKEditor.
I know their forum isn't the speediest way to get an answer, but have you tried asking in their tech support forum?
^_^
Copy link to clipboard
Copied
All the file upload functionality was removed from the version of fckeditor that is included in CF for security reasons. If you need the functionality, download the full version (if you can find it) and use the scriptsrc attribute of cftextarea to point to that fckeditor.js file. This doesn't work with CKEditor.