The leading provider of version control solutions and TWAIN SDKs
  • Contact us









HTTPPostResponseString

Description

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

ActiveX Edition Plug-in Edition Mac Edition
Since V3.0.3 Since V3.0.3 Since V6.4

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()