File
The file input allows a user to select a file from their device.
Demo
Code
<div class="input">
	<label for="fileInput">Choose a file...</label>
	<input id="fileInput" type="file">
</div>
The file input allows a user to select a file from their device.
<div class="input">
	<label for="fileInput">Choose a file...</label>
	<input id="fileInput" type="file">
</div>