Closed
Bug 117079
Opened 24 years ago
Closed 24 years ago
don't submit enctype="multipart/form-data" if no data to submit, version 0.97 only
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 116210
People
(Reporter: carsten_b, Assigned: alexsavulov)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.7) Gecko/20011221
BuildID: 2001122108
--- sorry for wrong user-agent from mozilla helper, filled out with
windoofs, tested wiht linux, suse 7.3, kernel 2.4.4, mozilla 0.9.7!!!!!!
if i go to a form-page with enctype="multipart/form-data",
press submit and don't fill the form
browser status is:
sending request to ......
and don't change.
sorry, no example site to listen, all sites i tried out
need login but tested with 5 different sites so every
site with form-tag
<form action="..." method="post" enctype="multipart/form-data">
should work
in 0.96 this works
Reproducible: Always
Steps to Reproduce:
1.visit page with enctype="multipart/form-data"
2.don't fill out the form
3.press submit
4.nothing happens
Actual Results: nothing
Expected Results: submit the form with no data
<html>
<form action="somefile.php" method="post" enctype="multipart/form-data">
<input type="file" name="testfile">
<input type="text" name="testtext">
<input type="submit" name="action" value="testitbaby">
</form>
</html>
Comment 1•24 years ago
|
||
This is fixed as of two days ago.
*** This bug has been marked as a duplicate of 116210 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
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
•