WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
25923
XMLHttpRequest.send() should support FileList as well as File
https://bugs.webkit.org/show_bug.cgi?id=25923
Summary
XMLHttpRequest.send() should support FileList as well as File
Eric Seidel (no email)
Reported
2009-05-21 03:50:07 PDT
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Anne van Kesteren
Comment 1
2023-03-27 05:31:39 PDT
Folks can use FormData instead.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug