vue中axios 插件上传blob资源作者: jiangfengcheng / 2021年2月23日 今天有一个特殊要求需要将下载的文件上传,记录以下代码备用 then(response => { let blob = new Blob([response.data], {‘type’: ‘application/octet-stream;charset=UTF-8’}) const formData = new FormData() formData.append(‘file’, blob) })
文章不错交个朋友
文章不错非常喜欢,支持一下吧
文章不错支持一下