Папа Стифлера: что бы оно заработало нужно это дело заключить
а если у меня виджет формы как быть ?
<?php
$form = $this->beginWidget('CActiveForm', array(
'id' => 'my-gallery-form',
'htmlOptions' => array(
'enctype' => 'multipart/form-data',
// 'class' => 'dropzone',
),
// Please note: When you enable ajax validation, make sure the corresponding
// controller action is handling ajax validation correctly.
// There is a call to performAjaxValidation() commented in generated controller code.
// See class documentation of CActiveForm for details on this.
'enableAjaxValidation' => false,
));
?>