HttpPostBinary function
function HttpPostBinary(Const URL: string; Const Data: TStream): Boolean;
Unit
HTTPSend
Description
This is useful function and example of use THTTPSend object.
It implement SEND method of HTTP protocol. This function send SEND metod for URL document at HTTP server. Sending document is in Data stream.
Returned document is in data stream. If all OK, result is true, else result is false.
See also:
THTTPSend