0

I am using CKEditor + CKFinder to create a blog post with images in a custom CMS. The issue is that CKFinder isn't actually uploading the images to the directory I have stated in my config file. The path is correct but the uploading doesn't actually take place.

Anyone have experience with this?

Mat
  • 202,337
  • 40
  • 393
  • 406
Tiny
  • 209
  • 1
  • 6
  • 18

2 Answers2

0

Its seems your having difficulty trying to install/config some of the file managers you mention in this post and others.

Might I suggest a really easy file manager to install:

an-open-file-manager-for-ckeditor-3-0

It even lets you take care of your own security/authentication

Initializing is as easy as:

CKEDITOR.replace('wysiwyg', {
               filebrowserBrowseUrl: 'ckeditor/Filemanager/index.html'
            });
Philip
  • 4,592
  • 2
  • 20
  • 28
0

Did you follow this guide? You have to set the $baseUrl and $baseDir, and set CheckAuthentication.

Seb_CKSource
  • 116
  • 2