imxiangli/yii2-jquery-file-upload

yii2-jquery-file-upload

1.0.2 2017-04-08 07:35 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:47:46 UTC


README

yii2-jquery-file-upload

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist imxiangli/yii2-jquery-file-upload "*"

or add

"imxiangli/yii2-jquery-file-upload": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \imxiangli\upload\AutoloadExample::widget(); ?>```