The HTTPRequest class / com.HTTPRequest methods |
Switch HTTPRequest in multipart mode of given type.
setMultipartType( type STRING, start STRING, boundary STRING )
Switch HTTPRequest in multipart mode of given type. Calling one of the standard request method will send the HTTP request as given multipart type, even if no other part has been set.
The root HTTP part is the part handled via the standard HTTPRequest methods such as doTextRequest(), doXmlRequest(), doDataRequest() and beginXmlRequest().