Dynamsoft Home|Product Home

HTTPPostResponseString

Description

Returns the response string from the HTTP server if an error occurs for HTTPUploadThroughPost() method. This is a runtime, read-only property.

Data type

String.

Syntax

ObjectName. HTTPPostResponseString

Remarks

If HTTPUploadThroughPost() method returns FALSE, check this property for response string from the HTTP server. If HTTPUploadThroughPost() method return TRUE, this property returns "".

See also

HTTPUploadThroughPost()