[Webkit-unassigned] [Bug 26287] New: Unable to remove individual files from an multiple file input with javascript

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 9 21:23:18 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26287

           Summary: Unable to remove individual files from an multiple file
                    input with javascript
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: chrish at krystalware.com


When creating a page that allows the user to select files and then see a list
of the files selected (in html on the page), javascript code can only remove
the entire file input, thus removing all files. With single file inputs this is
fine, as a remove link can remove the file inputs from the page one by one. The
current implementation of multiple file inputs makes this unworkable, as
removing the file input removes all of the files and there is no way to remove
just one via script.

I'd suggest a remove method on the files array or an individual file object.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list