Top   Module   Use   Manual   Index 

com :: sun :: star :: form ::

enum FormSubmitEncoding


Description
specify the MIME encoding of the form data sent.


Values

URL
Description
URL ("application/x-www-form-urlencoded") is usually used if the FormSubmitMethod attribute has the value POST.
MULTIPART
Description
MULTIPART ("multipart/form-data") is used when the form contains a file upload element.
TEXT
Description
text/plain is usually used if the FormSubmitMethod attribute has the value POST and the content should be reviewed as full text.
Top of Page