Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » Elevate Web Builder Technical Support » Product Manuals » Elevate Web Builder 3 Manual » Component Reference » THTMLFormEncoding |
THTMLFormEncoding = (feMultiPartFormData,feURLEncoded, feTextPlain)
Element | Description |
feMultiPartFormData | Specifies that the form should encode the form values using the multipart/form-data MIME type. This is the default type of encoding, and should always be used when uploading files in addition to text values. |
feTextPlain | Specifies that the form should encode the form values using the text/plain MIME type. The only encoding that will take place is that spaces will be converted into "+" characters. |
feURLEncoded | Specifies that the form should encode the form values using the application/x-www-form-urlencoded MIME type. This encoding will cause spaces to be converted into "+" characters and any special characters to be converted into ASCII hex values prefixed with the "%" character. |
This web page was last updated on Tuesday, April 23, 2024 at 09:24 AM | Privacy PolicySite Map © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |