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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Martin Robinson
*** This bug has been marked as a duplicate of bug 52092 ***