Closed
Bug 120726
Opened 24 years ago
Closed 24 years ago
Forms don't send request to web server
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 116210
People
(Reporter: kameleon, Assigned: asa)
Details
If I put 'enctype="multipart/form-data"' in form declaration, form doesn't work
- doesn't send http request to web serwer (I checked it in server logs). But if
I remove this tag, form works perfectly. This tag is often used in forms with
file uploads.
Eg.
<form action='index.html' method=post enctype="multipart/form-data">
doesn't work
but
<form action='index.html' method=post>
works perfectly.
Comment 1•24 years ago
|
||
Reporter, what Mozilla build ID ?
Can you attach a testcase ?
Comment 2•24 years ago
|
||
Please reopen if you use a recent nightly.
The problem is with the file upload control (<input type="file">) which was
fixed shortly after 0.9.7.
*** This bug has been marked as a duplicate of 116210 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•