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

How do I enable file upload in fckeditor in CF9?

New Here ,
Mar 11, 2010 Mar 11, 2010

Hi: We have just installed CF9 enterprise and use the "cftextarea richtext=true" in a number of web pages, but I don't see any way of uploading a file to the server.

How can I enable the file upload?

thanks

..Bob

1.4K
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
New Here ,
Mar 16, 2010 Mar 16, 2010
LATEST

Hi: After much searching and testing I found the solution to this problem.

It was caused by a security update that was applied to CF8 and to CF9, which  turned off the file/image upload features. In order to re-activate them I had to add a special  parameter to the CF startup dialogue in jvm.

I have done this and tested it out and it's working fine.

Here's the solution provided by Peter Freitag:

It turns out that hotfix (hf801-77218) will actually block any CFM request matching /fckeditor/editor/filemanager/ anywhere in the URI.

To bypass this feature you need to add the JVM argument: -Dcoldfusion.fckupload=true to your JVM arguments. This is found in the ColdFusion administrator under Java & JVM settings on Standard, or in the jvm.config

file on Enterprise.


Details can be found at this url:

http://www.petefreitag.com/item/718.cfm

..Bob

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