input type=file
element
with label
name
with label + required
name
with label + readonly
name
with label + disabled
name
Code
<label>name <input type="file"></label>
Reference
HTML5 input type=file element