libcURL.FormElementType - charonn0/RB-libcURL GitHub Wiki
libcURL.FormElementType
Enumeration
Protected Enum FormElementType
MemoryBlock
Stream
String
File
FileArray
Remarks
Used in the MultipartFormElement class to indicate the type of form element.
Types
| 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. |