joltup / rn-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.81k stars 772 forks source link

Facing error when i upload a video file #538

Closed barangungor closed 4 years ago

barangungor commented 4 years ago

I could upload correctly first videofile but when try second file upload i facing an error. I can get videofile's datas like this ;

{"path": "/storage/04A0-B947/BOMB/VID-20200124-WA0000.mp4",
"uri": "content://media/external/video/media/24395"}

but when upload i facing an error.

The file does not exist (500 Internal Server Error)