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

Andrew Grieve commented on CB-2167:
-----------------------------------

API is documented at: 
http://cordova.apache.org/docs/en/2.7.0/cordova_file_file.md.html#File

It implements the HTML5 Blob.slice() method on our File object.

It does this by adding start & length parameters to exec() calls. Refer to JS 
for exact details.
                
> Support File.slice for retrieving parts of files using FileReader
> -----------------------------------------------------------------
>
>                 Key: CB-2167
>                 URL: https://issues.apache.org/jira/browse/CB-2167
>             Project: Apache Cordova
>          Issue Type: New Feature
>          Components: CordovaJS
>            Reporter: Braden Shepherdson
>            Assignee: Braden Shepherdson
>            Priority: Minor
>              Labels: android, ios
>             Fix For: 2.8.0
>
>
> These changes are nearly complete, I'm creating this bug for three reasons: 
> To point to the commits across the various repos, to capture the one 
> outstanding bug on iOS (see sub-bug) and to track adding this feature to more 
> platforms (more sub-bugs).

--
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