Closed
Bug 230641
Opened 21 years ago
Closed 21 years ago
When trying to download file, the file name in the save dialog doesn't follow a http redirect
Categories
(SeaMonkey :: Download & File Handling, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 146781
People
(Reporter: catinc, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
In the above website, when the mouse is moved over the download icon and "Save
link to disk" is clicked, the browser tries to save "pafiledb" instead of the
actual file. This works correctly in Internet Explorer.
Reproducible: Always
Steps to Reproduce:
1. Go to url http://www.brycewilson.net/downloads/pafiledb.php?action=file&id=231
2. Mouse over Download icon.
3. Rightclick on image and click "Save Image to disk".
4. Application tries to save "pafiledb" to disk, instead of actual file.
Actual Results:
Application tries to save "pafiledb" to disk, instead of actual file.
Expected Results:
Mozilla Firebird 0.7 should have saved the actual file to disk.
Comment 1•21 years ago
|
||
The problem here is the server redirects to another file. The file name in the
dialog is "pafiledb", but when downloading it follows the 302 HTTP redirect
Summary: When trying to download file using link, "Save link to disk" does not work correctly. → When trying to download file, the file name in the save dialog doesn't follow a http redirect
Comment 3•21 years ago
|
||
No. And in fact dup of a wontfix bug. Especially once we fully move to posing
that filepicker before we even start to fetch the resource (for the "save
link/image as") case.
Whiteboard: DUPEME
Comment 4•21 years ago
|
||
*** This bug has been marked as a duplicate of 146781 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•