From 6cdabc1339a57fcacbedda56cdda7111d1519e3b Mon Sep 17 00:00:00 2001 From: Onno-Dirkzwager Date: Sun, 23 Dec 2018 20:45:27 +0100 Subject: [PATCH] Added workaround for sending the selected file size The file content-length header is of by +/- 200 bytes. Known issue: https://github.com/esp8266/Arduino/issues/3787) --- examples/UploadServer/data/index.html | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/examples/UploadServer/data/index.html b/examples/UploadServer/data/index.html index 1f09bd2..1f78c67 100644 --- a/examples/UploadServer/data/index.html +++ b/examples/UploadServer/data/index.html @@ -7,9 +7,25 @@

Choose .tft file to upload

- - + +
+

Updating might take a while if you have complex .tft file. Check Nextion display for progress.

- \ No newline at end of file +