Discuss this help topic in SecureBlackbox Forum
Sends the PUT request to server.
Declaration
Parameters
Return value
HTTP result code
Description
Use this method to send 'PUT' request to server. PUT method is used to write data to server. Note: server may not allow using of this method.
The variant of the method with only URL parameter lets you stream the data dynamically via OnHTTPDynamicDataNeeded event. Note that not all servers support such streaming.
To POST/PUT several streams you can use TElMultiStream class: create an instance of this class, add the streams to the TElMultiStream object using AddStream method, and pass the instance of TElMultiStream to Post/Put method.