You can use the multiple attribute for that, like this:
<input type="file" multiple />
To select multiple files you need to press the Ctrl key and click on the files you want to add.
You can use the multiple attribute for that, like this:
<input type="file" multiple />
To select multiple files you need to press the Ctrl key and click on the files you want to add.