Advertise drag & drop support (Fixes #13)

This commit is contained in:
doobry 2019-03-09 11:57:45 +01:00 committed by jvoisin
parent aa55b85c3a
commit cad87def79

View file

@ -21,6 +21,9 @@
</ul>
</details>
<br>
<p>
Simply drag &amp; drop your file here or use the file select button below.
</p>
<form class='b' method=post enctype=multipart/form-data>
<input type=file name=file id="upload_file" accept="{{ mimetypes | join(', ') }}">
<input type=submit value=Upload>