Closed
Bug 400812
Opened 18 years ago
Closed 18 years ago
FF Sends an empty file when it has several strange caracters in its name
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 342052
People
(Reporter: diegopeinador, Unassigned)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; es) AppleWebKit/419.3 (KHTML, like Gecko) Safari/419.3
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.9a9pre) Gecko/2007102204 Minefield/3.0a9pre
When attatching a file that contains sereval non ascii caracters (äáà.pdf) in a multipart/form-data FF uses an incorrect content type (Content-Type: application/octet-stream) and no data of the file is sent.
On the other hand when sending the same file but with different name (áà.pdf) it works, FF uses the correct content type (Content-Type: application/pdf) and all the data of the file is in the request.
I also tried filenames ä.pdf, á.pdf and à.pdf and all work correctly.
Reproducible: Always
Steps to Reproduce:
1.Send a file with several non ascii caracters in a multipart/form-data
2.Check the contents
Actual Results:
The data is missing.
Expected Results:
All the data from the file.
Updated•18 years ago
|
Component: Form Manager → HTML: Form Submission
Product: Firefox → Core
QA Contact: form.manager → form-submission
Version: unspecified → Trunk
Comment 1•18 years ago
|
||
Is this the same issue as bug 342052?
| Reporter | ||
Comment 2•18 years ago
|
||
Yes, they look similar. Sorry I haven't notice before.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•7 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•