JQuery responsive multiple image uploader. You can upload multiple images at once, change descriptions, ordering, delete them and see preview (you just need to click on the image thumbnail to enlarge). Image description and ordering are stored in a database table for later use in slideshows, galleries, etc.
Demo ¶
Requirements ¶
Yii 2.x
Usage ¶
This extension is a module. You just need to copy it on modules/uploader
Then add an entry to the modules array:
$config = [
'modules' => [
'uploader' => [
'class' => 'app\modules\uploader\Uploader',
]
],
}
Images are stored in the images folder. You should create folders inside this directory. These folders must be writable.
Donations ¶
Donations are welcome. Thanks for your support!!!
How to use it ?
Hello , how to use this plugin in an existing page ?
RE: How to use it?
Hi, this plugin is currently a module, so you will have to copy the contents of views/image/index.php and paste them in your existing page.
I take note of your request and maybe I will modify this module to an extension so that it will be easy to embed to any page.
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.