diff options
Diffstat (limited to 'index.templ')
| -rw-r--r-- | index.templ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.templ b/index.templ index b0faf2d..28fb754 100644 --- a/index.templ +++ b/index.templ @@ -73,7 +73,7 @@ templ uploadPage(csrfToken string) { hx-post="/upload" _="on htmx:xhr:progress(loaded, total) set #progress.value to (loaded/total)*100" > - <input type="file" name="file" accept="image/png, image/jpeg"/> + <input type="file" name="file"/> <input type="hidden" name="_csrf" value={ csrfToken }/> <div> <span>Description:</span> |
