In HTML three encodings are allowed in forms:
In order to upload files, the encoding type has to be specified:
<form enctype="multipart/form-data" method="POST" action="/myaction">
Each file can be upload as follows:
<input type="file">
Copyright © 2013 Welcome to the website of Davis Fiore. All Rights Reserved.