[Webkit-unassigned] [Bug 25923] New: XMLHttpRequest.send() should support FileList as well as File

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 21 03:50:07 PDT 2009


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

           Summary: XMLHttpRequest.send() should support FileList as well as
                    File
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: sam at webkit.org, nigel.tao.gnome at gmail.com


XMLHttpRequest.send() should support FileList as well as File

Our xhr.send() implementation already supports taking a File.  We should extend
it to take a FileList as well.  I assume the result would just be a multi-part
MIME stream.  I've not looked enough at the current xhr.send(file)
implementation to judge.


-- 
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