NativeScript / nativescript-background-http

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

How can i upload multiple files in single post request #37

Closed matart15 closed 7 years ago

matart15 commented 7 years ago

I managed to upload single file in every request. But my backend wants one POST request which contains video and image together.

Turns out I don’t have privilege to fix backend. zipping files into one requires backend fix as well.

How can i upload multiple files in single post request

PanayotCankov commented 7 years ago

Currently your only option is to create a temporary file and concatenate in it the content of the two files you want to upload.

bigradish commented 6 years ago

@PanayotCankov Will you support the multiple files upload feature in the near future? Thank you.