rn-fetch-blob
rn-fetch-blob copied to clipboard
'overwrite' not working properly
react-native: 0.57.7 rn-fetch-blob: 0.10.15 platform: iOS
Source code:
RNFetchBlob.config({
path : PATH_OF_AN_EXISTING_FILE,
overwrite : false
})
.fetch('GET', 'http://www.example.com')
.then((res) => { })
When we use 'overwrite' flag as false, file starts downloading from beginning and append the data to the already downloaded file, making that file useless. I need to start the downloading from the point where I stopped.
Essentially what I want to do is, start the download, terminate the app, start the app, downloading should be resumed, not restart.
Is there anything I am missing here? Appreciate your help. Thanks!
I am facing this same issue. Has anyone solved it ?
I am also facing the same issue, can someone help me with this?
Facing same issue, Are you getting update regrading same? Or is there any other way to do that operation?