summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoobry2019-03-09 11:57:45 +0100
committerjvoisin2019-03-09 13:29:17 +0100
commitcad87def79d07a370f4756637797e739f9f8351d (patch)
treea316212d8b77ad6c72cd94ddc22b23e5ccd12061
parentaa55b85c3a6d1fbfe0c4dac549fe0490bbd4d6ca (diff)
Advertise drag & drop support (Fixes #13)
-rw-r--r--templates/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
index 5ae6254..3e57279 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -21,6 +21,9 @@
21 </ul> 21 </ul>
22</details> 22</details>
23<br> 23<br>
24<p>
25 Simply drag &amp; drop your file here or use the file select button below.
26</p>
24<form class='b' method=post enctype=multipart/form-data> 27<form class='b' method=post enctype=multipart/form-data>
25 <input type=file name=file id="upload_file" accept="{{ mimetypes | join(', ') }}"> 28 <input type=file name=file id="upload_file" accept="{{ mimetypes | join(', ') }}">
26 <input type=submit value=Upload> 29 <input type=submit value=Upload>