Learning Resources
File Upload Control
If you want to allow a user to upload a file to your web site from his computer, you will need to use a file upload box, also known as a file select box. This is also created using the element.
Here is example HTML code for a form with one file select box
|
The result of this code is the following form