ESP_IOT v2.5
IOT ESP Coding
|
#include <WebServer.h>
Public Attributes | |
HTTPUploadStatus | status |
String | filename |
String | name |
String | type |
size_t | totalSize |
size_t | currentSize |
uint8_t | buf [HTTP_UPLOAD_BUFLEN] |
Definition at line 50 of file WebServer.h.
uint8_t HTTPUpload::buf[HTTP_UPLOAD_BUFLEN] |
Definition at line 57 of file WebServer.h.
size_t HTTPUpload::currentSize |
Definition at line 56 of file WebServer.h.
String HTTPUpload::filename |
Definition at line 52 of file WebServer.h.
String HTTPUpload::name |
Definition at line 53 of file WebServer.h.
HTTPUploadStatus HTTPUpload::status |
Definition at line 51 of file WebServer.h.
size_t HTTPUpload::totalSize |
Definition at line 55 of file WebServer.h.
String HTTPUpload::type |
Definition at line 54 of file WebServer.h.