Skip to content
Snippets Groups Projects
Commit a8de9d69 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Improved upload dialog

parent c95ca769
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,6 @@
{{ end }}
<form action="/upload/" method="POST" enctype="multipart/form-data">
<input type="file" name="file"/>
<input type="file" name="file" accept="image/jpeg,image/png,image/bmp,*.jpeg,*.jpg,*.png,*.bmp" multiple/>
<input type="submit"/>
</form>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment