yii2-file-upload-widget
yii2-file-upload-widget copied to clipboard
BlueImp File Upload Widget for Yii2
There is a bug in versions below 10 which does not allow certain images to be uploaded. See this: https://github.com/blueimp/jQuery-File-Upload/issues/3639 Is it possible that you update your dependency? You are...
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? ```
The blueimp < 10.0.4 is not compatible with boootstrap 4 https://github.com/blueimp/jQuery-File-Upload/issues/3537 The composer.json should be changed to allow a more recent version of the plugin Also the bootstrap dependency should...
Add ukrainian translation
I've set up the Yii2 widget to have a maxChunkSize of 10mb, as shown below: echo FileUploadUI::widget([ 'model' => new Model, 'attribute' => 'doc', 'url' => ['site/upload'], 'gallery' => false,...
please remove "$this->fieldOptions['multiple'] = true;" from FileUploadUI.php
I found in the widget is FileList action code, how to use it? (FileListAction.php) I need to get a list of already uploaded files. Thanks.
I'm also getting same error as earlier person. Reopening new issue. SyntaxError: Unexpected token < in JSON at position 0 I've been working on this several hours. I agree with...