markokeeffe/yii-plupload

There is no license information available for the latest version (dev-master) of this package.

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

Installs: 71

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Language:JavaScript

dev-master 2014-09-18 11:46 UTC

This package is auto-updated.

Last update: 2024-04-04 16:50:35 UTC


README

Updated Yii Wrapper for Plupload v1.5.7

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.

https://github.com/woody1ks/Plupload.git

Update Comments:

  • upgraded to latest Plupload v1.5.7

  • Added preferred support for HTML5

  • removed redundant gears code thanks to browser plus

  • Added yii model support

  • Added HTML Attributes support.

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