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 773 forks source link

Read/Stream from multipart/x-mixed-replace #503

Open cristianoccazinsp opened 4 years ago

cristianoccazinsp commented 4 years ago

Following on https://github.com/wkh237/react-native-fetch-blob/issues/145, I wonder if someone has achieved this with this library.

Is it possible to download/stream directly to react native without having the final output written to disk? Has anyone been able to stream multipart/x-mixed-replace requests?