Bug 68173

Summary: [Gtk] Allow a File blob as argument for XMLHttpRequest send()
Product: WebKit Reporter: Eduardo Lima Mitev <elima>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.