Changes between Version 1 and Version 2 of Ticket #1705
- Timestamp:
- Jul 30, 2012, 2:02:53 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1705
- Property Summary Add support for resuming file downloads → Add support for pausing and resuming file downloads
-
Ticket #1705 – Description
v1 v2 9 9 The main reason behind the problem is that when resuming, Firefox submits a second download request to BASE that includes a "Range" header that include information about how much of the file that has already been downloaded. 10 10 11 When using IE 9 the "Pause" button is disabled. 11 When using IE 9 the "Pause" button is disabled. An additional "ETag" header is need in the response to enable the functionality. See http://blogs.msdn.com/b/ieinternals/archive/2011/06/03/send-an-etag-to-enable-http-206-file-download-resume-without-restarting.aspx