Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Do
-
None
-
None
-
None
Description
The FormData interface defined in the W3C XMLHttpRequest spec makes it easy to upload files via HTTP(s) POST:
https://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#interface-formdata
It would be nice to replace FileTransfer with the W3C approach.