Skip to content

libcURL.FormElementType

Andrew Lambert edited this page Nov 28, 2017 · 7 revisions

libcURL.FormElementType

Enum Declaration

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.

See also

Clone this wiki locally