RESOLVED DUPLICATE of bug 52092 Bug 68173
[Gtk] Allow a File blob as argument for XMLHttpRequest send()
https://bugs.webkit.org/show_bug.cgi?id=68173
Summary [Gtk] Allow a File blob as argument for XMLHttpRequest send()
Eduardo Lima Mitev
Reported 2011-09-15 10:18:15 PDT
send() method of XMLHttpRequest doesn't handle passing a File blob as data argument. The expected behavior would be to send the file contents as binary data I guess. This feature works in Chrome and Firefox 4 at least, but I could not find a reference to it in the specs <http://www.w3.org/TR/XMLHttpRequest/#the-send-method>. My particular use case it to allow FileTea <http://filetea.me> to work well in Epiphany browser. That feature is the only missing bit.
Attachments
Martin Robinson
Comment 1 2011-10-26 10:13:36 PDT
*** This bug has been marked as a duplicate of bug 52092 ***
Note You need to log in before you can comment on or make changes to this bug.