Skip to content

libcURL.EasyHandle.UploadLength

Andrew Lambert edited this page Jan 11, 2023 · 1 revision

libcURL.EasyHandle.UploadLength

Property Declaration

 Dim UploadLength As Int64 = -1

Remarks

Get and sets the size of the upload if the next transfer is an upload. This is (usually) optional, and the effect of setting this property will vary, depending on which protocol is being used. The default is -1, which means unspecified.

See also

Clone this wiki locally