[ 
https://issues.apache.org/jira/browse/CB-852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609641#comment-13609641
 ] 

Andrew Grieve commented on CB-852:
----------------------------------

There's a lot of parts to xhr2, and I don't think iOS works for all of them. 
E.g. on iOS5 (maybe 6 too...) you can set responseType to arraybuffer, but not 
blob.

Sending FileEntry works fine for native FileEntry instances... which don't 
exist... but if they did, then you could call file() on them to get a blob, and 
xhr2 can upload a blob on iOS 5+.

There's no uploading a cordova FileEntry though, since we can't create real 
blobs from them, at least not efficiently :P.
                
> xhr2 impl
> ---------
>
>                 Key: CB-852
>                 URL: https://issues.apache.org/jira/browse/CB-852
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Android, Bada, BlackBerry, CordovaJS, iOS, Qt, webOS, WP7
>            Reporter: Brian LeRoux
>            Assignee: Shazron Abdullah
>            Priority: Minor
>             Fix For: 2.6.0
>
>
> implement xhr2 on top of current filetransfer

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to