<input type="file">
helps to select one file at a time.
I need to enable the users of my java-application to select more than one file in one go.
The application needs the user to upload 50-100 files and it surely is not feasible to ask the user to upload those 50-100 files one by one. I tried searching on the net for some help regarding selecting multiple files but of no help. The users simply hate using applet. So, this option is ruled out.