How to download file via Ajax with HTTP POST (i.e. some info in body)?

后端 未结 1 403
野性不改
野性不改 2020-12-21 17:37

Download popup dialog can be displayed by

window.location = \"someUrl\"

or just simply have a link that send HTTP GET method and so on. I\'

相关标签:
1条回答
  • 2020-12-21 18:03

    For security reason it is not allowed to download file using ajax.

    0 讨论(0)
提交回复
热议问题