yii2-uploader JQuery responsive multiple image uploader. You can include descriptions and ordering.

  1. Demo
  2. Requirements
  3. Usage
  4. Donations

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

Click here for the 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!!!

Paypal

0 0
4 followers
423 downloads
Yii Version: 2.0.*
License: BSD-2-Clause
Category: User Interface
Developed by: oligalma
Created on: Dec 26, 2015
Last updated: 5 years ago

Downloads

show all

Related Extensions