https://www.w3.org/Bugs/Public/show_bug.cgi?id=17125
Summary: Add a FileList.drop(index) method
Product: WebAppsWG
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: File API
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
CC: [email protected]
Currently a FileList provided by a file input element is readonly.
This is problematic if the user added multiple files to a file list and then
sees that he included one file too much and want's to remove it before
uploading the files. Right now he can only start his selection from scratch.
If there was a way to drop items from a FileList some JavaScript could display
a list of selected files and allow to remove items.
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.