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

Redirect to view after upload

Open rafso opened this issue 6 years ago • 1 comments

Hi, how to render a view after the file upload?

rafso avatar Apr 03 '19 18:04 rafso

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

tonydspaniard avatar Apr 06 '19 17:04 tonydspaniard