Closed
Bug 122354
Opened 24 years ago
Closed 24 years ago
Forms with file upload controls misbehave
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 116210
People
(Reporter: stas-bugzilla, Assigned: rods)
Details
Consider the following code:
<html>
<body>
<form enctype="multipart/form-data" action="_SOME_POST_URL_" method="post">
<input type="text" name="text" value="TEST">
<input type="hidden" name="MAX_FILE_SIZE" value="100000000">
Send this file: <input type="file" name="userfile2">
Send this file: <input type="file" name="userfile1">
<input type="submit" value="Send">
</form>
</body>
</html>
If I don't enter any files, the submit button simply ignores clicks - no form is
submitted. If I enter file in one of the file controls, the form starts
submitting - but never finishes it, it just gets stuck in 'Sending request'
stage. So, it's completely impossible to use any form that has (optional) file
uploads, like web mail clients, etc.
My browser is 0.9.7 release, Gecko/20011221
Comment 1•24 years ago
|
||
This bug was mentionned in 0.9.7 release notes.
dup of bug #116210.
Comment 2•24 years ago
|
||
On 2002012803 I show something similar.
If I have a file upload field in a form, (this is a message board reply form) I
can submit the form with nothing in the file field. However, there is a
significant delay between hitting 'Add Reply' and the submit request actually
going through.
Can possibly provide testcase if required.
Comment 3•24 years ago
|
||
We know submission of forms with file controls is slow. This is being worked on
and is distinct from this bug...
*** This bug has been marked as a duplicate of 116210 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•