Forms, Element - File

Use

The Input File element allows a visitor to attach files to the form they are submitting. Presently neither Netscape or MS Internet Explorer support the File element.

Properties

ATTRIBUTE

REQUIRED?

DESCRIPTION

NAME=" "

Required

The name of the File element.

ACCEPT=" "

Required

The type(s) of files that will be accepted as attachments.

 

NOTE

For this example to work it must be inside form tags (<FORM &ldots;> &ldots; </FORM>). The entire form code, including all the examples, is ready for you to use.


  Form Elements