Closed
Bug 244719
Opened 21 years ago
Closed 20 years ago
filename truncated after download (or Save To Disk) if filename contains space characters
Categories
(Firefox :: File Handling, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 221028
People
(Reporter: johnny1054, Assigned: bugs)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Using firefox in the "Save All files to this folder" option, the following
problem occurs:
When trying to download a file (for example: "An Example.zip") it's truncated to
"An" (without an extension) because some spaces exist in the filename. For
windows users this is quite common.
Reproducible: Always
Steps to Reproduce:
1. Search for a filename with spaces on the net.
2. Download it.
3. See the result
Actual Results:
Ended up with a truncated file
Expected Results:
Usage of the correct filename (with space characters)
-or-
Replace each space character with an underscore character.
Comment 1•21 years ago
|
||
Also seing this with trunk build 20040525 Win 2000.
Comment 2•21 years ago
|
||
This is most likely a server misconfiguration issue, where the server does not
quote its Content-Disposition header.
What is the URL of the file you are trying to download?
I guess it is a dupe of Bug 221028.
Comment 4•20 years ago
|
||
Yep, that's what I was thinking of too. I just wanted to make sure that it was
actually that same issue. Since the reporter hasn't replied, I'm just going to
dupe it, and the reporter can reopen if he disagrees.
*** This bug has been marked as a duplicate of 221028 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•