This add-on is outdated.
You can continue using it, but for new users we recommend to consider installing File Uploader 2 plugin.
Quick Image Uploader
CKEditor add-on
TinyMCE add-on
NEW
N1ED logo
N1ED is united plugin
for all JS+ plugins
N1ED logo Buy in bundle

Install Quick Image Uploader plugin to CKEditor

  1. Unpack archived files directly to ckeditor/plugins.
  2. Turn on the plugin in ckeditor/config.js:
    config.extraPlugins = 'jsplus_image';
  3. Add these buttons to the toolbar definition:
    • jsplus_image
    See sample CKEditor toolbar configuration to find out more about this step.
  4. PHP: Configure CKEditor to work with uploader:
    config.jsplus_uploader_url = '/url/of/ckeditor/plugins/doksoft_uploader/uploader.php';
    Optionally change upload directory and URL to it using variables $config['BaseDir'] and $config['BaseUrl'] in ckeditor/plugins/jsplus_upload/config.php
  5. Now you can use your installed plugins. Do not forget to sure that browser cache was cleared.