CKEditor image upload not working

11,951

Alternatively you can use KCFinder. It is free open-source web file manager. It can be integrated into FCKeditor, CKEditor, and TinyMCE WYSIWYG web editors (or your custom web applications) to upload and manage images, flash movies, and other files that can be embedded in an editor's generated HTML content.

http://kcfinder.sunhater.com

Share:
11,951
Siddhesh Phatak
Author by

Siddhesh Phatak

Updated on June 04, 2022

Comments

  • Siddhesh Phatak
    Siddhesh Phatak almost 2 years

    I am using ckeditor 4.2 in my cakePHP application. I have installed it in my app/webroot/js/ckeditor directory.

    I wanted to have an image upload option in my ckeditor so i downloaded the ckeditor image plugin(http://ckeditor.com/addon/image). I installed it using following documentation (http://www.paulfp.net/blog/2010/10/how-to-add-and-upload-an-image-using-ckeditor/)

    Now, the image upload interface looks fine, but when i click on "Send it to the server" button, it does not call the PHP script. I have set the path to "filebrowserUploadUrl" in my config.js but its still not working. I have done the same settings as the above mentioned documentation yet i am not able to call that script.

    Note : When i click "Send it to the server" button for some unknown reason i see that controller_name/undefined action is being called.