react-native upload image react-native-fetch-blob

时间:2018-06-14 10:53:00

标签: react-native

我正在尝试将文件从移动设备(iOS和Android)上传到Amazon S3。

我使用react-native-fetch-blob尝试了各种各样的事情。

最新的想法是使用react-native-fetch-blob readfile

RNFetchBlob.fs.readFile(image.path,'base64')。then(data => //在这里上传);

但不幸的是,这会上传该文件的base64版本,该版本不会在网络上显示。

如何上传简单图片?

0 个答案:

没有答案