Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to open file chooser that can choose multiple files in Explorer

I want to be able to open a file chooser dialog, from which I will be able to choose more than one file from the same dircetory. Similarly to the behavior that 'add attachment to gmail' provides. Only I don't need to upload the files immediately through Ajax. the files that I chosed can be uploaded later when pressing on the submit button of that dialog.

The technologies that are available are:
html, javascript,, JQuery (only if needed) JSP, java

like image 606
Spiderman Avatar asked Nov 06 '25 15:11

Spiderman


1 Answers

As simple as it gets - just add "multiple" to the input element...

<input type="file" id="files" name="files" multiple>
like image 149
user3227043 Avatar answered Nov 09 '25 10:11

user3227043



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!