webEncodingType

Type: Character

The webEncodingType property of the Form class specifies the content type used to submit the Web form to the JADE application.

You can set the content type to one of the values listed in the following table.

Character Value Description
None Application / x-www-form-urlencoded (the default value)
M Multipart / form-data (when the returned page includes submitted files)

Any value other than M (that is, multipart) is treated as the application type default. You can set the encoding type only in your JADE code. This cannot be set by using the JADE Painter.