Closed Bug 120726 Opened 24 years ago Closed 24 years ago

Forms don't send request to web server

Categories

(SeaMonkey :: General, defect)

x86
Windows 2000
defect
Not set
normal

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.
Reporter, what Mozilla build ID ? Can you attach a testcase ?
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
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.