CUplodify

Copy all ziped files to protected/extensions/uploadify

To include widget type this in you view,

you have to include jquery




$this->widget('application.extensions.uploadify.CUploadify',

array(

	'id'=>'fileUpload',

	'showImageonComplete'=>true,

	'options'=>array(

	'folder'=>'/pictures',

	'multi'=>true,

	'queueSizeLimit'=>3,

        //'simUploadLimit'=>3,

        'sizeLimit'=>104857,

       

        ),

        'events'=>array(

        //note if you use event on complete you have to set showImageonComplete on false

        ),


	




));




,

For more information and options for now see:

http://www.uploadify.com/documentation/

make pictures folder in your root folder or name it ,

this is beta version still in development , first version complete version with all options will be explained in wiki article :)

Hi Igor…

This is better suited for uploading to the Yii extensions…

Note that there is already an uploadify extension - http://www.yiiframew…nsion/uploadify

Thanks Mdomba it helps se to make better solution i will upload new version couse i need all figuers of uploadify version 2.1.4