HttpPostBinary function
function HttpPostBinary(Const URL: string; Const Data: TStream): Boolean;
Unit
HTTPSend
Description
A very useful function, and example of use can be found in the THTTPSend object.
It implements the POST method of the HTTP protocol. This function sends the SEND method for a URL document to an HTTP server. The document to be sent is located in "Data" stream.
The returned document is in the "Data" stream. Returns boolean TRUE if all went well.
See also:
THTTPSend