-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.MultipartFormElement.Stream
Andrew Lambert edited this page Nov 26, 2022
·
7 revisions
libcURL.MultipartFormElement.Stream
Dim Stream As Readable
Holds a reference to the Readable
object from which the form element contents will be read when the form is actually posted to a server. If the element Type is not FormElementType.Stream
then this will be Nil
.
- CURLFORM_STREAM 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.