Install File Uploader plugin to CKEditor
Installation process for CKEditor is typical. Follow the below steps, and install is complete.
If you use the PHP loader, you most likely won't need any actions to configure the server part. For a specific configuration or if you use another version of the server loader, please refer to steps to install on a server.
- Unpack archived files directly to
ckeditor/plugins. - Turn on the plugin in
ckeditor/config.js:config.extraPlugins = 'jsplusFileUploader'; - Add these buttons to the toolbar definition:
Opened File Uploader dialogjsplusUpload
Uploading file by URLjsplusUploadUrl
Uploading images using the File Uploader dialog and inserting their originalsjsplusUploadImage
Uploading images using the File Uploader dialog and inserting their thumbnails with linksjsplusUploadPreview
Uploading files using the File Uploader dialog and inserting links to themjsplusUploadFile
Quick uploading of images and inserting their originalsjsplusFastUploadImage
Quick uploading of images and inserting their thumbnailsjsplusFastUploadPreview
Quick uploading of files and inserting links to themjsplusFastUploadFile
- Now you can use your installed plugins. Do not forget to sure that browser cache was cleared.
Configuration
Optionally, you can configure the plugin for your needs. A number of parameters are available for that. Parameters are a key-value structure that's passed along with the main config of CKEditor.
You can specify this parameters in standard CKEditor configuration file ckeditor.js:
config.jsplusFileUploader = {
key1: "value1",
key2: true
};
If you do not use config.js or prefer not to change it,
you can pass these parameters as the second argument of function
CKEDITOR.replace which you use for CKEditor initialization. For example:
CKEDITOR.replace("textAreaId", {jsplusFileUploader: {key: "value"}});
For Drupal 8 users we recommend to configure all parameters via control panel if CMS (all options of the plugins are located on configuration page of CKEditor).
Explore the list of available options to see what settings are available to you.

Buy in bundle