Open izemize opened 9 years ago
Hy!
I use this widget:
$this->widget('booster.widgets.TbFileUpload',array( 'multiple'=>false, 'model'=>$model, 'attribute'=>'picture', 'url'=>$this->createAbsoluteUrl('/deejays/upload'), 'options'=>array ( 'maxFileSize'=>2000000, 'acceptFileTypes'=>'js:/(\.|\/)(jpe?g)$/i', ) ));
I set 'multiple'=>false, but is ignored in form template.
gallery is not work, how to set it?
Hy!
I use this widget:
I set 'multiple'=>false, but is ignored in form template.