yii2-file-upload-widget icon indicating copy to clipboard operation
yii2-file-upload-widget copied to clipboard

How to pass images in field

Open brain2xml opened this issue 5 years ago • 0 comments

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?

brain2xml avatar Mar 23 '20 16:03 brain2xml