如何从内容uri获取文件内容而不进行编码

时间:2018-06-22 12:09:57

标签: ruby-on-rails react-native axios react-native-fs

我正在尝试使用内容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。建议我访问文件内容。

0 个答案:

没有答案