InetHttpSendData method (LEADRasterHTTP Object)
short InetHttpSendData(ILEADRasterVariant * pData, long uSize, BSTR pszContentType, INAMEVALUEItem * pNameValue); | |
Overview |
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: |