Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to enable file upload in FCK Editor in CF10

New Here ,
Jan 15, 2013 Jan 15, 2013

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!

1.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 15, 2013 Jan 15, 2013

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?

^_^

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jan 17, 2013 Jan 17, 2013
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources