今天有一个特殊要求需要将下载的文件上传,记录以下代码备用
then(response => {
let blob = new Blob([response.data], {'type': 'application/octet-stream;charset=UTF-8'})
const formData = new FormData()
formData.append('file', blob)
})
今天有一个特殊要求需要将下载的文件上传,记录以下代码备用
then(response => {
let blob = new Blob([response.data], {'type': 'application/octet-stream;charset=UTF-8'})
const formData = new FormData()
formData.append('file', blob)
})
文章不错支持一下
文章不错非常喜欢,支持一下吧
文章不错交个朋友