Closed
Bug 116527
Opened 24 years ago
Closed 24 years ago
Submitting certain multipart forms hangs
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 116494
People
(Reporter: mozilla, Assigned: alexsavulov)
References
()
Details
Attachments
(1 file)
|
390 bytes,
text/html
|
Details |
Mozilla version: 2001122106 (0.9.7)
Try posting a new thread or a reply in the "A place to test things out" forum at
www.vbulletin.com. After hitting the "Submit" button, Mozilla displays "Sending
request to www.vbulletin.com...", but it never finishes.
The temporary "formpost-nnn" file is created, and a comparison with older
formpost files shows that the Content-Length seems to be 2 bytes longer than the
following content.
The problem seems to be with the <input type="file"> element. If no file is
selected, older versions of Mozilla sent an extra CRLF as content of the field.
Mozilla 0.9.7 seems to count this CRLF for the Content-Length header, but does
not actually insert it into the content.
*** This bug has been marked as a duplicate of 116494 ***
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
•