Closed
Bug 72680
Opened 24 years ago
Closed 24 years ago
multipart/formdata submission broken for filesize > 12K
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: mjauvin, Assigned: pollmann)
References
()
Details
(Build ID: 2001032008)
The following HTML code does not work for selected file size > 12K:
<FORM ENCTYPE="multipart/form-data" ACTION="/cgi-bin/upload.pl" METHOD="POST">
<INPUT TYPE="FILE" name="filename" VALUE="foobar.jpg">
<INPUT TYPE="submit">
</FORM>
**Was working with Build 2001021306.
Assignee | ||
Comment 2•24 years ago
|
||
The file upload regression looks to be *this close* to being fixed... :)
*** This bug has been marked as a duplicate of 71962 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 3•24 years ago
|
||
Verified dup. Reporter: if the problem remains please reopen.
Status: RESOLVED → VERIFIED
Updated•6 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
•