InetHttpSendBitmap method (LEADRasterHTTP Object)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short InetHttpSendBitmap(ILEADRaster * pRaster, long nFormat, long nBitsPerPixel, long nQFactor, BSTR pszContentType, INAMEVALUEItem * pNameValue);

Overview

Refer to How to Program with the LEAD Raster HTTP Object

Remarks

Sends a Bitmap 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 Web Server.

Note:

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

See Also

Elements:

InetHttpOpenRequest method, InetHttpSendRequest method, InetHttpSendData method, InetHttpSendForm method

Topics:

Working with HTTP: Sending Data Over an HTTP Connection