Skip to content

Struct HTTPUpload

ClassList > HTTPUpload

Public Attributes

Type Name
uint8_t buf
size_t currentSize
String filename
String name
HTTPUploadStatus status
size_t totalSize
String type

Public Attributes Documentation

variable buf

uint8_t HTTPUpload::buf[HTTP_UPLOAD_BUFLEN];

variable currentSize

size_t HTTPUpload::currentSize;

variable filename

String HTTPUpload::filename;

variable name

String HTTPUpload::name;

variable status

HTTPUploadStatus HTTPUpload::status;

variable totalSize

size_t HTTPUpload::totalSize;

variable type

String HTTPUpload::type;

The documentation for this class was generated from the following file cores/common/arduino/libraries/ext/WebServer/WebServer.h