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 1.1.x
Usage ¶
This extension is a module. You just need to copy it on protected/modules/uploader
Then add an entry to the modules array:
'modules'=>array(
'uploader'=>array(),
),
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!!!
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.