-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.MultipartForm.Handle
Andrew Lambert edited this page Nov 26, 2022
·
9 revisions
libcURL.MultipartForm.Handle
Function Handle() As Integer
Returns a pointer to the first element in the form.
Pass this pointer to libcURL with Option number libcURL.Opts.HTTPPOST
to assign the form to a curl instance.
Note that the EasyHandle.SetOption
method accepts instances of libcURL.MultipartForm
as values directly.
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.