Which input type allows a user to upload a file?
<input type="document">
<input type="file">
<input type="attach">
<input type="upload">