ajax request to download an excel file is showing me truncated response

前端 未结 2 829
野的像风
野的像风 2021-01-20 11:01

I am trying to download an Excel file using Ajax (XMLHttpRequest).

On completion the responseText is found to have just 5 characters.
The network sniffing tool

2条回答
  •  难免孤独
    2021-01-20 11:46

    Do not use Ajax call (xmlhttprequest) to download/upload files. Better do it on server side.

提交回复
热议问题