Closed
Bug 17447
Opened 25 years ago
Closed 25 years ago
form with multipart/form-data crashes in M10 apprunner on submission.
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
FIXED
M1
People
(Reporter: abhijits, Assigned: pollmann)
Details
Attachments
(2 files)
My form uses POST method with enctype "multipart/form-data".
Apprunner or for that matter viewr crashes upon submission of the same.
I tried the same with M10 binary as well as individual source build.
(just FYI : I have IIS server running on my m/c and my default browser is IE)
Updated•25 years ago
|
Assignee: karnaze → kmcclusk
Comment 1•25 years ago
|
||
Please provide a test case.
Reassigning to Kevin.
Updated•25 years ago
|
Assignee: kmcclusk → pollmann
Comment 2•25 years ago
|
||
Reassigning to Eric
forgot to add name attribute for the input text field tag in the test case form
just submitted! However shouldn't matter in establishing the crash!!
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•25 years ago
|
||
This works and does not crash in today's build. The networking folks (Rick
Potts, Gagan), Kevin, and I have made some changes to form posting lately, and
likely this was fixed by one of those.
Thanks very much for the handy test case. It seems to work just fine. 1999102908
build, Windows 98.
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•