mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 05:36:37 +00:00
Accept .png files for upload
This commit is contained in:
parent
b7a2103899
commit
3b8985784a
@ -1973,7 +1973,7 @@ void webHandleHaspConfig()
|
||||
httpMessage += F("</h1><hr>");
|
||||
|
||||
httpMessage += F("<p><form action='/edit' method='POST' enctype='multipart/form-data'><input type='file' "
|
||||
"name='filename' accept='.jsonl,.zi'>");
|
||||
"name='filename' accept='.jsonl,.png,.zi'>");
|
||||
httpMessage += F("<button type='submit'>" D_HTTP_UPLOAD_FILE "</button></form></p><hr>");
|
||||
|
||||
// httpMessage += F("<form method='POST' action='/config'>");
|
||||
|
Loading…
x
Reference in New Issue
Block a user