Changes between Initial Version and Version 1 of Ticket #1705
- Timestamp:
- Jul 30, 2012, 2:01:35 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1705
-
Property
Status
changed from
new
toassigned
- Property Owner changed from everyone to Nicklas Nordborg
-
Property
Summary
changed from
Add support for resuming downloads with Firefox
toAdd support for resuming file downloads
-
Property
Status
changed from
-
Ticket #1705 – Description
initial v1 1 Firefox has a feature when downloading files that allows a user to pause a download and then resume it later. However, this feature doesn't work when downloading files from BASE. Firefox displays an error:1 Firefox (and Internet Explorer 9) has a feature when downloading files that allows a user to pause a download and then resume it later. However, this feature doesn't work when downloading files from BASE. Firefox displays an error: 2 2 3 3 {{{ … … 8 8 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 11 When using IE 9 the "Pause" button is disabled.