我正在尝试使用内容uri(content://com.google.android.apps.docs.storage/document/....)
获取文件内容而不对其进行编码。
RNFS.readFile(res.uri)
.then((contents) => {
console.log(contents);
})
我已使用https://github.com/itinance/react-native-fs包来读取文件。但其返回的编码内容。我想将数据作为多部分发布到rails。建议我访问文件内容。