Closed
Bug 213100
Opened 22 years ago
Closed 22 years ago
Download file header information is always appended with the ending name of the script that built the web page
Categories
(SeaMonkey :: Download & File Handling, defect)
Tracking
(Not tracked)
People
(Reporter: peder, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3.1) Gecko/20030425
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3.1) Gecko/20030425
Many of us in the PHP community are trying to down downloads to users based on a
script which includes headers. We commonly use the header to do this, like this:
Content-Disposition: attachment; filename="cactus.jpg"
if the calling script name is "download.php" the filename that pops up in the
download window is "cactus.jpg.php" We cannot find a way around this in the
current versions of Mozilla, though there is no problem in older Netscape
products or IE.
Please say this is a bug and not a feature.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•22 years ago
|
||
*** This bug has been marked as a duplicate of 65827 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•