Closed
Bug 300732
Opened 19 years ago
Closed 19 years ago
doesn't correctly handle filenames with a whitespace when saving them
Categories
(Toolkit :: Downloads API, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 252309
People
(Reporter: rudy, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux ppc; es-ES; rv:1.7.8) Gecko/20050610 Firefox/1.0.4 (Debian package 1.0.4-3)
Build Identifier: Mozilla/5.0 (X11; U; Linux ppc; es-ES; rv:1.7.8) Gecko/20050610 Firefox/1.0.4 (Debian package 1.0.4-3)
when saving an attachment from webmail it just takes the initial part of the
filename and trims it there, avoiding also to use the mime type load an
appropiate application to open such files.
Reproducible: Always
Steps to Reproduce:
1. make a file (any) name it using a whitespace, like 'my resume.pdf'
2. send it to a webmail service (like Yahoo)
3. try to download the attachment
Actual Results:
mime is unable to determine file type and filename gets trimmed to only 'my'
Expected Results:
use the fullname and allow mime type to be used to launch the proper application
Comment 1•19 years ago
|
||
*** This bug has been marked as a duplicate of 252309 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•