如何下载使用axios.post文件中使用的WebAPI芯反应,(How to download f

2019-10-30 13:11发布

我已经使用这个怎么下载使用从的WebAPI axios.post文件 (这可能是重复的这个)对这种情况下的工作,但我没有得到成功。

 React: 
   axios.post("URL",{data:data, responseType: "blob"})
  1. 在回答我收到损坏的数据,而不是字节。
  2. responseTyp的工作与get请求,但为什么不交?

WebAPI Core: return File(arraybytes, "application/vnd.openxmlformats- officedocument.spreadsheetml.sheet", "test.xlsx");

文章来源: How to download files using axios.post in React using webapi Core