angularjs - Is there an upload queue feature for ng-file-upload? -


would possible using library? i've used 1 uploading single file or batch of files creates single http request, samples in github page. i'm looking have upload queue user's upload files he/she can still select file upload while previous file still in uploading.

you can have array (queue) in javascript code holds files , once new file selected start uploading , push array.

alternatively achieve adding ngf-keep="true" directive keep adding new files model while holding previous ones.


Comments