Closed
Bug 111778
Opened 24 years ago
Closed 24 years ago
multipart forms don't work
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: info, Assigned: alexsavulov)
References
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5) Gecko/20011012
BuildID: mozilla 0.9.6 I already deleted it and am using mozilla 0.9.5 again
I was using Mozilla 0.9.6 for Linux.
<form method=post action="Form1.pl" name=main
ENCTYPE="multipart/form-data">
<input type=submit>
</form>
The ENCTYPE filed causes mozilla to hang and just continually
say that it is contacting the website.
Reproducible: Always
Steps to Reproduce:
1.Just put the code in a webpage that I gave above.
2.
3.
Actual Results: just hangs and says it is trying to connect the website.
Expected Results: submitted the form to the webpage/perl script.
Comment 1•24 years ago
|
||
worksforme, current linux nightly.
http://www.zbarsky.org:8000/~bzbarsky/formTest.html is a test url
Comment 3•24 years ago
|
||
Why is this a BLOCKER ???
Comment 5•24 years ago
|
||
->form submission
Assignee: asa → alexsavulov
Component: Browser-General → Form Submission
QA Contact: doronr → vladimire
| Assignee | ||
Comment 6•24 years ago
|
||
reporter:
can you check it again please? if you use https, make sure you have a PSM2
enabled build (all that security stuff).
Comment 7•24 years ago
|
||
This worksforme. There is no response, so I am resolving it so. Mark Nielsen,
please reopen this bug if you can still reproduce it on recent builds....
Comment 8•24 years ago
|
||
This worksforme. There is no response, so I am resolving it so. Mark Nielsen,
please reopen this bug if you can still reproduce it on recent builds....
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 9•24 years ago
|
||
*** Bug 112036 has been marked as a duplicate of this bug. ***
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
•