jiakuan / gwt-uploader

An API to enable sophisticated file upload capabilities within a GWT application.
http://gwt-uploader.appspot.com/
Apache License 2.0
11 stars 6 forks source link

Upload multiple files in a single http request #4

Open FrankW76 opened 7 years ago

FrankW76 commented 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.

jiakuan commented 7 years ago

Interesting feature, although seems not a big deal for normal use cases.

Any pull requests are welcome.

FrankW76 commented 7 years ago

In that case, we probably have an abnormal use case :-)