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 TinyMCE

  1. Unpack archived files directly to tinymce/plugins.
  2. Turn on the plugin in initialization script:
    plugins: 'jsplus_image'
  3. Add these buttons to the toolbar definition:
    • jsplus_image
    See sample TinyMCE toolbar configuration manual.
  4. PHP: Configure TinyMCE to work with uploader:
    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.