-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.UploadLength
Andrew Lambert edited this page Jan 11, 2023
·
1 revision
libcURL.EasyHandle.UploadLength
Dim UploadLength As Int64 = -1
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.
- CURLOPT_INFILESIZE and CURLOPT_INFILESIZE_LARGE in the libcURL documentation.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.