groups

Link to this snippet:


Download to Code Collector

language: HTML
licence: Other

HTML :Form upload enctype

options: send to code collectorview all pierre alexandre payet's snippets
<form name="upload" action="" method="post" enctype="multipart/form-data">
	<input type="file"/>
</form>