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 <[email protected]>
Date: 2015-11-18T20:36:33Z
Optionally receive startByte and endByte
commit 824a5b223d02e12ab21430184486ed3d4b3ca7cc
Author: MARCO ANTONIO ORTEGA <[email protected]>
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 <[email protected]>
Date: 2015-11-19T16:47:19Z
Send byte range of file.
commit 8a642151a16c0aa275adf5b971b180c964e9bb8d
Author: MARCO ANTONIO ORTEGA <[email protected]>
Date: 2015-11-19T16:47:31Z
Merge branch 'feature/Accept_file_ranges' into develop
commit 33774fd8c8b1b493a92fd6dc5bcaf531ab7c6371
Author: MARCO ANTONIO ORTEGA <[email protected]>
Date: 2015-11-19T16:49:41Z
Merge branch 'release/1.1'
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]