I refered to this thread and give me a hint how to automatically download a file
However, i have to problem.
- the file i want to download is big, which is more than 7GB. i cannot save all the content in the memory and save to disk until the fetch finished.
- i want to achieve
resume from breakpoint
feature for my downloading feature. which i have to userange
header. - What's more. the file i download is a zip file. And i'm already able to extract it in memory. But how can i save the extracted files onto the disk in a location where the user want
How can i do it?