Extjs 4 downloading a file through ajax call

前端 未结 7 1249
陌清茗
陌清茗 2021-01-06 16:16

The problem is very simple: i have to download a file when i submit a form, it\'s an ajax call when the form is submitted which lets me build a file with the data taken from

相关标签:
7条回答
  • 2021-01-06 17:15

    I just had to ad to the success function of the ajax request:

    window.open('urltothefile.ext')
    
    0 讨论(0)
提交回复
热议问题