HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

ImageUpload 1.1.1

lightweight and simple image uploader

It's well compatible with WYSIWYG (CLEditor), ButtonBar and Wysihtml5, works on version 2.0.*, 2.1.* and 2.2.*

It will generate diffrent format code (Markdown、Html、BBcode) according to your configuration ($Configuration['Garden']['InputFormatter']).

Github repo: https://github.com/vanilla-china/ImageUpload
welcome to join the plugin development.

by http://vanillaforums.cn

Configurations:

$Configuration['Plugins']['UploadImage']['Multi'] = TRUE;  
//whether allow multi-files selection  
$Configuration['Plugins']['UploadImage']['MaxHeight'] = ''; 
//set null value, won't resize
$Configuration['Plugins']['UploadImage']['MaxWidth'] = 650; 
//image width larger than 'MaxWidth'/'MaxHeight' will be resized

Screenshots

Questions