Join Slack
Powered by
How to resume downloading a file from where it is ...
# android
j
JEYASTINE PUSHPARAJ
04/24/2024, 10:40 AM
How to resume downloading a file from where it is stopped downloading due to internet loss in ktor android
p
Phil Bayfield
04/24/2024, 11:46 AM
You can use the
Range
header and specify the number of bytes previously written, something like:
Copy code
Range: bytes=12345
🙌 1
j
JEYASTINE PUSHPARAJ
04/24/2024, 2:45 PM
Thanks
Open in Slack
Previous
Next