YiiBooster icon indicating copy to clipboard operation
YiiBooster copied to clipboard

TbFileUpload always multiple

Open izemize opened this issue 10 years ago • 1 comments

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.

izemize avatar Mar 14 '15 15:03 izemize

gallery is not work, how to set it?

pavlelee avatar Apr 19 '15 15:04 pavlelee