我已经使用这个怎么下载使用从的WebAPI axios.post文件 (这可能是重复的这个)对这种情况下的工作,但我没有得到成功。
React:
axios.post("URL",{data:data, responseType: "blob"})
- 在回答我收到损坏的数据,而不是字节。
- responseTyp的工作与get请求,但为什么不交?
WebAPI Core: return File(arraybytes, "application/vnd.openxmlformats- officedocument.spreadsheetml.sheet", "test.xlsx");