HTTP Post mode determines how requests are posted to the server. 1 - Form URLEncoded (default) 2 - Multipart forms. This property must be set prior to calling AddPostKey and HTTPGetEx
Default Value
1 - Form URLEncoded (default)
2 - Multipart forms
4 - XML (Raw Buffer only - text/xml content type)
Remarks
This property must be set prior to calling AddPostKey and HTTPGetEx.
See also:
Class wwHTTP