react-native-fs
react-native-fs copied to clipboard
Fix Binary only stream file length regression
This fixes an issue with progress update events not matching the jobId. And a regression that occurred when the binaryonlystream option was added on Android. The request length was changed to being set only when in not in binarystream mode. This caused the progress events to pile up waiting for the file to completely upload and large file size uploads to fail uploading entirely.