NativeScript / nativescript-background-http

Background Upload plugin for the NativeScript framework
Apache License 2.0
102 stars 50 forks source link

multipartUpload documentation #62

Closed RyanSMurphy closed 7 years ago

RyanSMurphy commented 7 years ago

Hi, after trawling through commits, pull requests and discussions on issues I have discovered multipart image uploads are possible.

Do you have any documentation for this on how we should us this? If not, how do we use this?

Thanks

Ryan

romulowspp commented 7 years ago

Good luck and learn how to use in example or source code.

RyanSMurphy commented 7 years ago

Where can I find the example?

tsonevn commented 7 years ago

Hi @RyanSMurphy, You could find a sample app here in the plugin's repository. You could also clone the project and to build it on your side. Regarding the question about the multiple upload, review this part of the sample code, where this scenario is shown.

RyanSMurphy commented 7 years ago

Ok. thanks, would just be nice to have it added to the documentation for ease.

tsonevn commented 7 years ago

Hi @RyanSMurphy, I updated the README file of the plugin with some sample code snippets. PR: #64