-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.cURLSession.SetUploadData
Andrew Lambert edited this page Nov 26, 2022
·
2 revisions
libcURL.cURLSession.SetUploadData
Sub SetUploadData(UploadData As MemoryBlock)Sets a MemoryBlock containing all data to be uploaded during the next transfer. If you pass a Readable object to any of the transfer methods (get, post, put, perform) then the data passed to this method will be discarded.
Setting the upload data using this method is incompatible with using the Put transfer method of the cURLClient subclass; call cURLSession.Perform instead.
Once the transfer completes the UploadData is discarded; it does not persist between transfers.
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.