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