Prueba form data input type file

by Christian Unigarro

HTML

<div>
	<form action="">
		<input type="file">
	</form>
</div>