
我想发布这样的表单数据.
我应该准备什么来发送图像文件数据?
我有Uri,类型,文件名,大小.
然后将使用fetch for it.
标题中的内容类型是'multipart/formdata'
谢谢你的帮助
我找到了一些库,但我不确定哪一个适合我并且稳定。
我正在使用表单数据实现类似电子邮件附件的功能。
选择从图库上传文件或 Android 设备上的文件管理并上传到服务器。
你能推荐一些不错的图书馆吗?谢谢 !
我发现了什么
https://github.com/kaancelen/react-native-nononsense-file-picker
https://github.com/Elyx0/react-native-document-picker
https://github.com/farmisen/react-native-file-uploader
https://github.com/huangzuizui/react-native-file-opener
等等..