From a0ec7956522bb11917e5c4c371ff38824c00fef2 Mon Sep 17 00:00:00 2001 From: bogdan Date: Sat, 3 Feb 2024 19:34:51 +0200 Subject: [PATCH] file storage web page improved design --- src/FileServer.c | 4 ++-- upload_script.html | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/FileServer.c b/src/FileServer.c index e5bb28d..cde44b1 100644 --- a/src/FileServer.c +++ b/src/FileServer.c @@ -137,7 +137,7 @@ static esp_err_t http_resp_dir_html(httpd_req_t *req, const char *dirpath) } /* Send HTML file header */ - httpd_resp_sendstr_chunk(req, ""); + httpd_resp_sendstr_chunk(req, "" + "" "" "" ""); diff --git a/upload_script.html b/upload_script.html index 9c894b1..c8d56bd 100644 --- a/upload_script.html +++ b/upload_script.html @@ -1,8 +1,5 @@ -
NameTypeSize (Bytes)Delete
- +
-

ESP32 File Server

-