Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plupload

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', ), )); ?>

About

Updated Yii Wrapper for Plupload v1.5.7

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages