-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.MultipartFormElement.Contents
Andrew Lambert edited this page Nov 26, 2022
·
4 revisions
libcURL.MultipartFormElement.Contents
Dim Contents As String
If the form element's Type is FormElementType.String
or FormElementType.MemoryBlock
, then this property will return a copy of the form element's contents. If the Type
is FormElementType.File
then this property returns the path to the file being used. Otherwise, this property returns an empty string.
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.