|
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 54 of file WebServer.h.
| uint8_t HTTPUpload::buf[HTTP_UPLOAD_BUFLEN] |
Definition at line 61 of file WebServer.h.
| size_t HTTPUpload::currentSize |
Definition at line 60 of file WebServer.h.
| String HTTPUpload::filename |
Definition at line 56 of file WebServer.h.
| String HTTPUpload::name |
Definition at line 57 of file WebServer.h.
| HTTPUploadStatus HTTPUpload::status |
Definition at line 55 of file WebServer.h.
| size_t HTTPUpload::totalSize |
Definition at line 59 of file WebServer.h.
| String HTTPUpload::type |
Definition at line 58 of file WebServer.h.