CKFinder is an Ajax-based file manager created by CKEditor developers: http://ckfinder.com/. It is already included in your licensed CKEditor for Drupal module, so all you need to do is enable it in the Drupal Administration panel.
First of all, you will need to grant the "allow CKFinder file uploads" permission in the Administration panel > User management > Permissions section.
Now open the Drupal settings file (sites/default/settings.php
) and do the following:
- Uncomment the
$base_url
variable and set the base URL of your website (without the trailing slash). - Uncomment the
$cookie_domain
variable and set the domain name of your website.
You can now configure CKFinder settings in the File browser settings section for the CKEditor profile that you want to use.