forked from wkh237/react-native-fetch-blob
-
Notifications
You must be signed in to change notification settings - Fork 791
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
it seems like a file length int32 problem. the task.progress can not report correctly when a file is over 2gb. both ios and android are not working.
when the content length over 2gb, the total length of content( second parameter of the progress function) will show a negative number.
it should be a classic problem, which use int32 in the code. please find a way to fix it, thanks!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed