Values' Details |
URL
URL,
- Description
- Specifies to use "application/x-www-form-urlencoded" as submit encoding.
Usually used if the FormSubmitMethod attribute has the value POST.
|
|
MULTIPART
MULTIPART,
- Description
- Specifies to use "multipart/form-data" as submit encoding.
Usually used when the form contains a file upload element.
|
|
TEXT
TEXT,
- Description
- specifies to use "text/plain"
Usually used if the FormSubmitMethod attribute has the value POST and
the content should be reviewed as full text.
|
|
Copyright © 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.