enum FormSubmitEncoding in module com::sun::star::form:: |
enum FormSubmitEncoding;
specify the MIME encoding of the form data sent.
Values Summary |
|
URL | URL ("application/x-www-form-urlencoded") is usually used if the FormSubmitMethod attribute has the value POST. |
MULTIPART | MULTIPART ("multipart/form-data") is used when the form contains a file upload element. |
TEXT | text/plain is usually used if the FormSubmitMethod attribute has the value POST and the content should be reviewed as full text. |
Values Details |
||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.