I\'m trying to implement pause/resume in my download manager, I search the web and read several articles and change my code according them but resume seems not working corre
It is impossible to tell what is wrong without some more information, however things to note:
You should check your range request with something simple to test the origin actually supports the Range request first (like curl or wget )