Changes between Version 1 and Version 2 of Ticket #1705


Ignore:
Timestamp:
Jul 30, 2012, 2:02:53 PM (12 years ago)
Author:
Nicklas Nordborg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1705

    • Property Summary Add support for resuming file downloadsAdd support for pausing and resuming file downloads
  • Ticket #1705 – Description

    v1 v2  
    99The 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.
    1010
    11 When using IE 9 the "Pause" button is disabled.
     11When 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