I’m trying to implement range request functionality on a page based on Scott Mitchell’s example. The problem that I’m having is that the browsers that I’m using (IE9 and Firefox 11) don’t seem to issue an If-Range request no matter how I interrupt the download. Any suggestions?
I’m trying to implement range request functionality on a page based on Scott Mitchell’s
Share
In Firefox, simply pausing and resuming the download in the download manager will issue a request with If-Match and Range headers.