2amigos / yii2-file-upload-widget

BlueImp File Upload Widget for Yii2
Other
252 stars 140 forks source link

How to pass images in field #168

Open brain2xml opened 4 years ago

brain2xml commented 4 years ago

Images I uploaded from widget stored in db and back with ajax json. That json generates download form.

Can I add by hand image to widget?

<?php
$imagesList = [
[
'name' => 'somename'
'thrumbunal' =>'some/url'
]
];
<?= FileUploadUI::widget([
        'name' => 'picture_upload',
        'url' => ['file/upload'],
        'gallery' => false,

where to put $imagesList to initialize it?