Answers for "file type in input html"

3

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
7

file input file types

<input type="file" accept=".gif,.jpg,.jpeg,.png,.doc,.docx">
Posted by: Guest on May-05-2020
1

HTML input file tag

<label for="myfile">Select a file:</label>
<input type="file" 
  id="myfile" name="myfile">
Posted by: Guest on August-25-2021

Browse Popular Code Answers by Language