Closed
Bug 236968
Opened 21 years ago
Closed 20 years ago
corrupted data if posting more than one binary file / enctype=multipart/form-data
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
EXPIRED
People
(Reporter: yangyou666, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Build Identifier: Mozilla/5.0
<form name=edit action='list_insert.cgi' method=post enctype=multipart/form-
data><input type=file name=v_image
><input type=file name=v_image
><input type=submit>
Reproducible: Didn't try
Steps to Reproduce:
1.create a form that type is :enctype=multipart/form-data
2.submit tow image file to webserver
3.get the data submitted by mozilla ,
4.you will find the data will not be correct
Actual Results:
mozilla not submit correct data if there more one binary file be submited.
Expected Results:
All data can be submit correctly
No
Modifying summary.
Reporter:
Please include full Mozilla build ID of the build you experience the problem with
Summary: yangyou666@sina.com → corrupted data if posting more than one binary file / enctype=multipart/form-data
![]() |
||
Comment 2•21 years ago
|
||
Is this only a problem if both <input type="file"> fields have the same name?
![]() |
||
Updated•21 years ago
|
Assignee: dveditz+bmo → form-submission
Component: Form Manager → HTML: Form Submission
Reporter | ||
Updated•21 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
![]() |
||
Comment 3•21 years ago
|
||
Excuse me, but how is this fixed? If it's not a Mozilla bug, it should be
invalid. If it's just not a bug in current versions, it should be worksforme.
"fixed" means a change was made to the Mozilla code to fix this issue.
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Comment 4•20 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 5•20 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above
comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago → 20 years ago
Resolution: --- → EXPIRED
Updated•6 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
•