I'm having an raw file getting from an server for eg:
file: {
fileName:xyz,
size:7125,
mimeType:document/pdf
}
我怎么能把这个转换为正常的文件,并把它保存到尊重的目录。谢谢你。
你已经下载了该文件,并存储在你的手机内存,对于下载你有以下选项。
使用该库。
打开你的链接 browser and download it through the browser
如果您使用的是 expo
你可以这样做
https:/docs.expo.ioversionslatestsdkfilesystem#example-usage。