2017 © Pedro Peláez
 

library yii-plupload

Wrapper for PLUpload Yii Extension http://www.yiiframework.com/extension/pupload/

image

markokeeffe/yii-plupload

Wrapper for PLUpload Yii Extension http://www.yiiframework.com/extension/pupload/

  • Thursday, September 18, 2014
  • by markokeeffe
  • Repository
  • 1 Watchers
  • 0 Stars
  • 34 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Plupload

Updated Yii Wrapper for Plupload v1.5.7, (*1)

Recently upgraded this for a project needing IE7 uploads Just so no one else has to go through the pain I just had to go through. I hope this helps someone., (*2)

https://github.com/woody1ks/Plupload.git, (*3)

Update Comments:, (*4)

  • upgraded to latest Plupload v1.5.7, (*5)

  • Added preferred support for HTML5, (*6)

  • removed redundant gears code thanks to browser plus, (*7)

  • Added yii model support, (*8)

  • Added HTML Attributes support., (*9)

widget('application.extensions.Plupload.PluploadWidget', array( 'config' => array( 'runtimes' => 'flash', 'url' => '/image/upload/', ), 'model'=>$model, 'attribute'=>'files', 'id' => 'uploader', 'htmlAttributes'=> array( 'class' => 'myUploaderClass', ), )); ?>

The Versions

18/09 2014

dev-master

9999999-dev

Wrapper for PLUpload Yii Extension http://www.yiiframework.com/extension/pupload/

  Sources   Download

The Requires

  • php >=5.3.0

 

by Veneficus