
Easy Image Upload plugin




Easy Image Upload - the simplest way to upload images to your website.
It gives you a power to upload image or a group of images by clicking on files. They are being uploaded and inserted automatically after you proceed.
UI of the add-on is extremely easy but plugin has many useful options. For example it can resize images as you wish: see configuration manual for more info.
Easy Upload plugin comes with uploader for PHP and ASP.NET webservers. There is installation manual for quick installing and the article about all tricks when you want to install it on IIS + .NET server.
Both TinyMCE 3 and TinyMCE 4 are supported.




Install Easy Image Upload plugin in TinyMCE 6
Install the plugin to TinyMCE 6 hosted on your server
- Copy
EasyImageUpload
directory totinymce/plugins/
. - Edit TinyMCE config and add
EasyImageUpload
toplugins
parameter.
All the buttons this plugin will add to your toolbar automatically.
Example
Here you can see sample TinyMCE initialization code with config inside it:
TinyMCE.init({
selector: "#editor",
plugins: "EasyImageUpload",
});
Refer to TinyMCE add-ons installation manual for more details
Reviews
Be the first who will write a feedback for this plugin.