input type=file element

with label

with label + required

with label + readonly

with label + disabled

Code

<label>name <input type="file"></label>

Reference

HTML5 input type=file element