Skip to content

libcURL.EasyHandle.UploadStream

Andrew Lambert edited this page Nov 26, 2022 · 10 revisions

libcURL.EasyHandle.UploadStream

Property Declaration

 Dim UploadStream As Readable

Remarks

Sets a Readable object from which all uploaded data will be read. If this property is set (i.e. not Nil) then the DataNeeded event will not be raised.

You must explicitly set this property to Nil after closing the stream. Failing to do so will cause all upload attempts to abort.

See also

Clone this wiki locally