Closed Bug 148064 Opened 22 years ago Closed 22 years ago

file upload: the post operation works but the browser leaves the uploaded file in use

Categories

(Core :: DOM: Core & HTML, defect)

PowerPC
Mac System 9.x
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 126829

People

(Reporter: g.falcioni, Assigned: alexsavulov)

Details

From Bugzilla Helper: User-Agent: Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:1.0rc2) Gecko/20020510 BuildID: 2002051005 After a successful POST operation involving a file input control, the uploaded file appears to the system as still in use by the browser. This prevents subsequent operations on the file, such as file removal. The problem does not appear if form's data aren't submitted to the server. The FORM I used contains one file input control and a submit input control. The form uses "multipart/form-data" encoding and "post" method. Reproducible: Always Steps to Reproduce: 1. Duplicate a file. 2. Browse to a FORM with "multipart/form-data" encoding and "post" method. 3. Select this file with the FORM's file input control. 4. Submit data. 5. Attempt to delete this file. Actual Results: The system is unable to delete the file since it's still in use.
This is fixed as of RC3. Duplicate of "<input type=file> (file upload) doesn't close file" *** This bug has been marked as a duplicate of 126829 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
verifying
Status: RESOLVED → VERIFIED
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.