| ENCTYPE |
| This attribute is used to define the MIME formatting which will be used to submit data from the form to be processed on by the CGI script. The default is 'application/x-www-form-urlencoded'. When the data to be returned includes files (of any kind), use 'multipart/form-data'. |
| syntax: |
| ENCTYPE=" ... " |
| The HTML element(s) this attribute is used with are: |
FORM |