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

ASF GitHub Bot commented on CB-10044:
-------------------------------------

GitHub user maortega opened a pull request:

    https://github.com/apache/cordova-plugin-file-transfer/pull/116

    CB-10044 FileTransfer plug in can upload parts of a file to implement 
resumablejs

    By sending the startByte and endByte to the FileTransfer plugin we are able 
to upload parts of a file therefore we can integrate this with ResumableJS

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/maortega/cordova-plugin-file-transfer master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-file-transfer/pull/116.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #116
    
----
commit 2cf7acb9023bedc6d23e7ff765a78522b1677d5a
Author: MARCO ANTONIO ORTEGA <ma...@marksoftsolutions.com>
Date:   2015-11-18T20:36:33Z

    Optionally receive startByte and endByte

commit 824a5b223d02e12ab21430184486ed3d4b3ca7cc
Author: MARCO ANTONIO ORTEGA <ma...@marksoftsolutions.com>
Date:   2015-11-19T16:37:05Z

    Use byte range to send a portion of a file to be able to be compatible with 
resumablejs

commit 38cc769dc92b7f32e727021508b535f3ba42e402
Author: MARCO ANTONIO ORTEGA <ma...@marksoftsolutions.com>
Date:   2015-11-19T16:47:19Z

    Send byte range of file.

commit 8a642151a16c0aa275adf5b971b180c964e9bb8d
Author: MARCO ANTONIO ORTEGA <ma...@marksoftsolutions.com>
Date:   2015-11-19T16:47:31Z

    Merge branch 'feature/Accept_file_ranges' into develop

commit 33774fd8c8b1b493a92fd6dc5bcaf531ab7c6371
Author: MARCO ANTONIO ORTEGA <ma...@marksoftsolutions.com>
Date:   2015-11-19T16:49:41Z

    Merge branch 'release/1.1'

----


> Update FileTransfer plugin to upload a part of a file to be able to be used 
> with ResumableJS
> --------------------------------------------------------------------------------------------
>
>                 Key: CB-10044
>                 URL: https://issues.apache.org/jira/browse/CB-10044
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Plugin File Transfer
>    Affects Versions: 3.5.0
>         Environment: Android and iOS
>            Reporter: Marco Antonio Ortega Moulin
>            Priority: Minor
>              Labels: Android, iOS
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> When using Resumablejs we want to be able to use the FileTransfer plugin to 
> upload parts of a file. In order to do this we will be sending the startByte 
> and endByte parameters to the FileTransfer plugin.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to