Merge pull request #621 from mc-hamster/master

Remove text "This interface is experimental"
1.2-legacy
Jm Casler 2021-01-02 10:39:20 -08:00 zatwierdzone przez GitHub
commit 11c16e8bbc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -559,9 +559,7 @@ void handleStaticBrowse(HTTPRequest *req, HTTPResponse *res)
} }
res->println("<h2>Upload new file</h2>"); res->println("<h2>Upload new file</h2>");
res->println("<p><b>*** This interface is experimental ***</b></p>"); res->println("<p>This form allows you to upload files. Keep your filenames small and files under 200k.</p>");
res->println("<p>This form allows you to upload files. Keep your filenames very short and files small. Big filenames and big "
"files (>200k) are a known problem.</p>");
res->println("<form method=\"POST\" action=\"/upload\" enctype=\"multipart/form-data\">"); res->println("<form method=\"POST\" action=\"/upload\" enctype=\"multipart/form-data\">");
res->println("file: <input type=\"file\" name=\"file\"><br>"); res->println("file: <input type=\"file\" name=\"file\"><br>");
res->println("<input type=\"submit\" value=\"Upload\">"); res->println("<input type=\"submit\" value=\"Upload\">");