Answers for "how to limit the number of files in html input"

1

input limit file type html

<!-- (IE 10+, Edge (EdgeHTML), Edge (Chromium), Chrome, Firefox 42+) -->
<input type="file" accept=".jpg,.png,.pdf" />
Posted by: Guest on February-10-2020

Code answers related to "how to limit the number of files in html input"

Browse Popular Code Answers by Language