Open FrankW76 opened 7 years ago
Currently when selecting multiple files, multiple requests are executed to upload the files.
With XHR2 it is possible to upload multiple files in a single request (look at https://www.raymondcamden.com/2016/05/05/uploading-multiple-files-at-once-with-ajax-and-xhr2/ for example).
It would be a very handy feature if this can be implemented in gwt-uploader.
Interesting feature, although seems not a big deal for normal use cases.
Any pull requests are welcome.
In that case, we probably have an abnormal use case :-)
Currently when selecting multiple files, multiple requests are executed to upload the files.
With XHR2 it is possible to upload multiple files in a single request (look at https://www.raymondcamden.com/2016/05/05/uploading-multiple-files-at-once-with-ajax-and-xhr2/ for example).
It would be a very handy feature if this can be implemented in gwt-uploader.