PHPackages                             insthync/yii2-file-upload-widget - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. insthync/yii2-file-upload-widget

ActiveYii2-extension[File &amp; Storage](/categories/file-storage)

insthync/yii2-file-upload-widget
================================

Blueimp file upload widget for the Yii framework (Forked from https://github.com/2amigos/yii2-file-upload-widget to update for latest Yii2)

012PHP

Since Nov 23Pushed 3y agoCompare

[ Source](https://github.com/insthync/yii2-file-upload-widget)[ Packagist](https://packagist.org/packages/insthync/yii2-file-upload-widget)[ RSS](/packages/insthync-yii2-file-upload-widget/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

BlueImp File Upload Widget for Yii2
===================================

[](#blueimp-file-upload-widget-for-yii2)

Renders a [BlueImp jQuery File Upload plugin](http://blueimp.github.io/jQuery-File-Upload/). That plugin integrates multiple file selection, drag&amp;drop support, progress bars, validation and preview of images.

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
$ composer require insthync/yii2-file-upload-widget:dev-master
```

or add

```
"insthync/yii2-file-upload-widget": "dev-master"

```

to the `require` section of your `composer.json` file.

Usage
-----

[](#usage)

The widget comes with two flavors:

- FileUpload: [Basic](http://blueimp.github.io/jQuery-File-Upload/basic.html) and [BasicPlus](http://blueimp.github.io/jQuery-File-Upload/basic-plus.html)
- FileUploadUI: [BasicPlus UI](http://blueimp.github.io/jQuery-File-Upload/index.html)

```
