2017 © Pedro Peláez
 

yii2-extension yii2-plupload

A Yii2 module/widget for upload files

image

icherisher/yii2-plupload

A Yii2 module/widget for upload files

  • Wednesday, May 16, 2018
  • by icherisher
  • Repository
  • 1 Watchers
  • 2 Stars
  • 2 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

yii2-plupload

A Yii2 module/widget for upload files, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist icherisher/yii2-plupload "*"

or add, (*4)

"icherisher/yii2-plupload": "*"

to the require section of your composer.json file., (*5)

Configuration

To use this extension, you have to configure the Connection class in your application configuration:, (*6)


return [ 'components'=>[ // ... 'pluploadManager' => [ 'class' => 'icherisher\plupload\components\PluploadManager' ], ], 'modules'=>[ // ... 'plupload' => [ 'class' => 'icherisher\plupload\Moudle', ], ] ];

Usage

Once the extension is installed, simply use it in your code by :, (*7)


use icherisher\plupload\components\PluploadWidget; // with ActiveForm & model echo $form->field($model, 'attribute')->widget(PluploadWidget::class, [ 'options'=>[], 'settings'=>[], 'events'=>[], .... ]); // without model echo PluploadWidget::widget([ 'name'=>'attr_name', 'value'=>'', 'options'=>[], 'settings'=>[], 'events'=>[], .... ]);

Documentation

For 2.3.6:https://www.plupload.com/docs/, (*8)

The Versions

16/05 2018

dev-master

9999999-dev

A Yii2 module/widget for upload files

  Sources   Download

BSD-3-Clause

The Requires

 

by Avatar icherisher

extension yii2 upload module widget plupload

16/05 2018

dev-dev

dev-dev

A Yii2 module/widget for upload files

  Sources   Download

BSD-3-Clause

The Requires

 

by Avatar icherisher

extension yii2 upload module widget plupload

16/05 2018

v1.0.1

1.0.1.0

A Yii2 module/widget for upload files

  Sources   Download

BSD-3-Clause

The Requires

 

by Avatar icherisher

extension yii2 upload module widget plupload