InetHttpSendBitmap method (LEADRasterHTTP Object)
short InetHttpSendBitmap(ILEADRaster * pRaster, long nFormat, long nBitsPerPixel, long nQFactor, BSTR pszContentType, INAMEVALUEItem * pNameValue); | |
Overview |
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: |