yii2-file-upload-widget
yii2-file-upload-widget copied to clipboard
Redirect to view after upload
Hi, how to render a view after the file upload?
Hi @rafso, the plugin does everything for you:
- submits the file
- receives the JSON response (see https://github.com/2amigos/yii2-file-upload-widget#usage)
- displays the result on the view
The views used are located on https://github.com/2amigos/yii2-file-upload-widget/tree/master/src/views, change them at will