-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.FormElementType
Andrew Lambert edited this page Nov 26, 2022
·
7 revisions
libcURL.FormElementType
Protected Enum FormElementType
MemoryBlock
Stream
String
File
FileArray
Used in the MultipartFormElement class to indicate the type of form element.
Name | Comment |
---|---|
MemoryBlock | A pointer to a Memoryblock. |
Stream | A reference to an object which implements the Readable interface. |
String | A string form element (i.e. not a file) |
File | A FolderItem pointing to a file for upload. |
FileArray | An array of files for upload. |
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.