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)

x86
macOS
defect
Not set
normal

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.
Component: Form Manager → HTML: Form Submission
Product: Firefox → Core
QA Contact: form.manager → form-submission
Version: unspecified → Trunk
Is this the same issue as bug 342052?
Yes, they look similar. Sorry I haven't notice before.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.