Html. FORM, INPUT tag. File upload
Example: <form method="POST" enctype="multipart/form-data" action="http://www.programva.com">
File to upload:
<br />
<input name="upfile" type="file" />
<br /><br />
Notes about the file:<br />
<input name="note" type="text" />
<br /> <br />
<input value="Press" type="submit" /> to upload the file!
</form>
Result: File to upload:
Notes about the file:
to upload the file!