Closed
Bug 264639
Opened 20 years ago
Closed 20 years ago
when downloading an attachment in yahoo mail with space in the filename, will save only using the first word of the name. "a b c.doc" becomes "a"
Categories
(Toolkit :: Downloads API, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 252309
People
(Reporter: tedbug1, Assigned: bugs)
Details
Attachments
(4 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 when downloading an attachment in yahoo mail, and the attachment filename has spaces in it, the downloaded file will be named using the first word of the original filename only. without the extension. e.g. original: "a b c.doc" --> saved: "a" in mozilla 1.7.3, the file will also be downloaded named using the first word only, but with the correct extension in capitals. e.g. original: "a b c.doc" --> saved: "a.doc" file saved correctly in IE 6 (sp2) and Opera 7.54 Reproducible: Always Steps to Reproduce: 1. create a non empty new file with the name "a b c.doc". 2. send this file as an attachment to a yahoo mail account. 3. download the attachment. Actual Results: the file name is saved as "a" (for firefox) the file name is saved as "a.DOC" (for mozilla) Expected Results: the filename is saved as "a b c.doc"
Comment 5•20 years ago
|
||
*** This bug has been marked as a duplicate of 252309 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•