Upload Forms
Posted by admin | Posted in HTML Tutorial | Posted on 11-08-2010-05-2008
0
We always cross such websites where we can upload images or some files on the page. For example to upload pictures, movies, or even their own webpages. An upload form is another type of input form, where we apecify the type as file.
Example:
- <input type=”file” />
Upload Form:
