kaloyan-raev / hello-storj

Demo app for integrating the libstorj native library in Android
GNU General Public License v3.0
5 stars 3 forks source link

Batch Uploads #32

Open dri94 opened 6 years ago

dri94 commented 6 years ago

It would be beneficial to allow a user to select multiple files at once to be uploaded. While your library right now would handle them selecting a couple pictures and just running the FileUploader in a for loop, if the user were to select 50-100 pics to upload at once that would most likely incur major performance issues. Having a built in method for batch uploads would be best way to handle multi-selection

kaloyan-raev commented 6 years ago

@braydonf are there any plans for libstorj to support batch upload/download?