InetHttpSendData method (LEADRasterHTTP Object)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short InetHttpSendData(ILEADRasterVariant * pData, long uSize, BSTR pszContentType, INAMEVALUEItem * pNameValue);

Overview

Refer to How to Program with the LEAD Raster HTTP Object

Remarks

Sends raw data to an HTTP server. It is up to a script on the server side to process the data when it is received. This script is specified in the InetHttpOpenRequest method. The script can be any type of file that is recognized by the HTTP Server.

Note:

The LEADTOOLS Upload component can be used in an ASP page to extract the uploaded data.

See Also

Elements:

InetHttpOpenRequest method, InetHttpSendBitmap method, InetHttpSendForm method, InetHttpSendRequest method

Topics:

Working with HTTP: Sending Data Over an HTTP Connection