<input type="file" multiple>
And you can also set an access type:
<input type="file" accept="video/">
<input type="file" accept="image/">
<input type="file" multiple>
And you can also set an access type:
<input type="file" accept="video/">
<input type="file" accept="image/">