Vydia / react-native-background-upload

Upload files in your React Native app even while it's backgrounded. Supports Android and iOS, including camera roll assets.
MIT License
723 stars 330 forks source link

How to upload multiple files? #240

Open zendevil opened 3 years ago

zendevil commented 3 years ago

So for as I can see there's only one "path" and only one "field" option in the request map. This means that at most only one file can be sent in the post request. Is there a way to send multiple files in the same request?

rupal-simform commented 3 years ago

In built support for this feature would be a huge add on.