Simple image upload - no filebrowser required

CKEditor's Add-ons list is full of very useful plugin, but the most of them require a FileBrowser, eg: CKFinder. I think these are too uncomfortabble, and too complicated, so I did the most simple image upload plugin for quick image uploading. I hope it'll help you!

simpleImageUpload

15,374 downloads (view stats)

Releases

Plugin versions CKEditor versions
4.24 4.23 4.22

Version: 1.0

DownloadRelease notes

The most easiest way to upload images to your webserver. First of all you have to add plugin into your editor and you have to add an upload url in your config like this:

CKEDITOR.editorConfig = function( config ) {
      config.uploadUrl= 'UPLOAD/URL/TO/YOUR/PHP/FILE'; 
});

or like this:

CKEDITOR.replace('editor', { 
     uploadUrl: 'UPLOAD/URL/TO/YOUR/PHP/FILE', 
});

 

I hope it'll help you! :)

Twitter Facebook Facebook Instagram Medium Linkedin GitHub Arrow down Phone Menu Close icon Check