clevertech / YiiBooster

YiiBooster
BSD 2-Clause "Simplified" License
544 stars 306 forks source link

TbFileUpload always multiple #1018

Open izemize opened 9 years ago

izemize commented 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.

pavlelee commented 9 years ago

gallery is not work, how to set it?