已解决在react+ts中 atnd 用 upload 组件报错Failed to execute ‘readAsArrayBuffer,param 1 is notof type Blob(代码片段
Posted 一百个Chocolate
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了已解决在react+ts中 atnd 用 upload 组件报错Failed to execute ‘readAsArrayBuffer,param 1 is notof type Blob(代码片段相关的知识,希望对你有一定的参考价值。
今天在公司做 excel 导入文件的时候发现每次上传都会报这个错误:
Uncaught TypeError: Failed to execute 'readAsArrayBuffer' on 'FileReader': parameter 1 is not of type 'Blob'
现在解决了,用简单的话语总结一下:
因为 antd 会对原生文件上传包装一下:
拿这个属性值就好了:
originFileObj
最后解决了问题,完美。
以上是关于已解决在react+ts中 atnd 用 upload 组件报错Failed to execute ‘readAsArrayBuffer,param 1 is notof type Blob(代码片段的主要内容,如果未能解决你的问题,请参考以下文章
react+ts 项目:引入antd select组件联动 ,ts7053ts2741报错解决
react+ts 项目:ts(2322),类型“Readonly<{}>”上不存在属性“day”。ts(2339) 解决办法
react+ts 项目:ts(2322),类型“Readonly<{}>”上不存在属性“day”。ts(2339) 解决办法