I am yiibie. What i am tying to do to upload videos, for that i am using Uploadmiltifiles extension and following this link http://www.yiiframework.com/extens
Uploadmiltifiles
http://www.yiiframework.com/extens
It seems that your html form doesn't have the enctype attribute so $_FILES is empty. Try to add:
enctype
$_FILES
beginWidget('bootstrap.widgets.BsActiveForm', array( 'id'=>'video-form', 'enableAjaxValidation'=>false, 'htmlOptions'=>array('enctype'=>'multipart/form-data'), )); ?>