美文网首页
RNFetchBlob.fetchBlobForm failed

RNFetchBlob.fetchBlobForm failed

作者: 萤火虫叔叔 | 来源:发表于2018-07-20 11:23 被阅读140次

    在iOS上,选取照片或者拍摄照片后,然后想通过RNFetchBlob上传服务器,发现报错了RNFetchBlob.fetchBlobForm failed to create request body

    出现这个错误的原因主要是,图片文件的路径是file:\\\xxxx.xxx.xxx.jeg,而iOS是不能识别file:\\的,所以需要手动去掉file:\\

    例如:imageUrl.replace('file:\\', '')

    相关文章

      网友评论

          本文标题:RNFetchBlob.fetchBlobForm failed

          本文链接:https://www.haomeiwen.com/subject/gilfmftx.html