Upload multiple files at once using GWT
问题 I'm desperately trying to enable the multiple-property to users of my webside. User should be able to upload a bunch of PDF-files to my server without choosing each file separately. I'm using gwt-upload for my uploads. Sadly the MultiUploader does not actually lets the user select several files at once, but you have to click the "Browse"-Button for every file again and select in in the browser. I researched and realised that I need to have something like this <input name='uploads[]' type=