I'm trying to create a downloader. My biggest concern is how should I pause a download.
I am showing a progress bar of download, I want to pause it when it's 30% and wants to resume it after any UI response.
Any idea how should I do it?
Using javascript, AJAX call (Any js plugin will also do)