I am making a program that uploads files via http.
I have a download, however I want to be able to pause the download, close the program and resume it later.
I know where I download them, supports this.
I upload the file via HttpWebResponse and read the response in Stream using GetResponseStream.
When I close the application and restart it, I focus on how to resume downloading. I tried to do a search on a stream, but it claims that it is not supported.
What would be the best way to do this?
Jfoulkes
source share