Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

PostData Property

Show in webframe
Serialized data to send with the POST request.
Syntax
get_postData();
set_postData(value);
Object.defineProperty('postData');

Property Value

TypeDescription
stringA string containing the serialized data.
Remarks

If the Method is POST, then the PostData will be sent with the request. Otherwise, it is ignored. The PostData must be a string. So that the endpoint described by Url may understand the data, add the "content-type" header to the Headers with the standard name for your data serialization (e.g., "application/json").

See Also

Reference

ImageLoaderAjaxOptions Object
ImageLoaderAjaxOptions Members

Error processing SSI file