Thomas8607
Results
2
issues of
Thomas8607
Hello! Why doesn't work the line ` server.on("/size", HTTP_POST, [](AsyncWebServerRequest *request) {}, NULL, [](AsyncWebServerRequest *request, uint8_t *data, size_t len, size_t index, size_t total) { fsize = atoi((const char *)data); Serial.println("File...
Hello Nredor! I tried the serverupload example (with ESP32-WROOM-32D, in VSC ESP Core 1.0.6 and 2.0.5 too). My problem is that if the file size is large (2Mb), the error...