apache / cordova-plugin-file-transfer

Apache Cordova File Transfer Plugin
https://cordova.apache.org/
Apache License 2.0
598 stars 885 forks source link

How to upload multiple flies or images? #222

Closed oceankai closed 4 years ago

oceankai commented 5 years ago

How to upload multiple flies or images? Thanks!

breautek commented 4 years ago

The upload api can only accept one file at a time. You can however create multiple instances of FileTransfer and call the upload without waiting for previous uploads. It will be up to your application to manage these.