Closed
Bug 121450
Opened 24 years ago
Closed 24 years ago
empty file form element prevents form from beeing sent
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 116210
People
(Reporter: odi, Assigned: alexsavulov)
Details
Create a form that has a <input type=file> element.
If you do not specify a file and hit the submit button the form is not sent.
There are (rare) cases when file upload is optional. So the form should be sent
anyway if the users specified a file or not.
Sample Application:
Mantis Bug Tracking System , Report Bug Page
from http://sourceforge.net/projects/mantisbt/
Build: 2220122106
Comment 1•24 years ago
|
||
This is the most frequently reported 0.9.7 bug. It's also in the 0.9.7 release
notes...
*** This bug has been marked as a duplicate of 116210 ***
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
•