Image Uploader and Browser for CKEditor is a plugin that allows you to upload images easily to your server and add automatically to CKEditor. Since version 2.0 you can browse and manage your uploaded files online right in your browser – without using a FTP Client. The Image Browser is responsive and looks great on every device width.
Demo
The demo can be found here.
Features
Installation and Configuration
First extract the downloaded file into the CKEditor’s plugins folder. Then enable the plugin by changing or adding the extraPlugins line in your configuration (config.js):
Defining Configuration In-Page
CKEDITOR.replace( 'editor1', {
extraPlugins: 'imageuploader'
});
CKEDITOR.editorConfig = function( config ) {
config.extraPlugins = 'imageuploader';
};
Don’t forget to set CHMOD writable permission (0777) to the imageuploader folder on your server.
How to useBrowse and manage files
Open the Image info tab and click Browse server. A new window will open where you see all your uploaded images. Open the preview of a picture by tapping on the image. To use the file click Use. To upload a new image open the upload panel in the image browser.
Change the upload path
Open the Image info tab and click Browse server. A new window will open where you see all your uploaded images. Open the Settings to choose another upload path.
Lets Get Started your project with professional way