0
How to enable file upload in FCK Editor in CF10
New Here
,
/t5/coldfusion-discussions/how-to-enable-file-upload-in-fck-editor-in-cf10/td-p/4734923
Jan 15, 2013
Jan 15, 2013
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!
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/coldfusion-discussions/how-to-enable-file-upload-in-fck-editor-in-cf10/m-p/4734924#M152720
Jan 15, 2013
Jan 15, 2013
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?
^_^
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Participant
,
LATEST
/t5/coldfusion-discussions/how-to-enable-file-upload-in-fck-editor-in-cf10/m-p/4734925#M152721
Jan 17, 2013
Jan 17, 2013
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

