using input type file code example
Example 1: input file define type
<input type="file" accept=".gif,.jpg,.jpeg,.png,.doc,.docx">
Example 2: how to take a file input in html form
<label for="myfile">Select a file:</label>
<input type="file"
id="myfile" name="myfile">