mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-06-04 20:59:04 -04:00
Advertise drag & drop support (Fixes #13)
This commit is contained in:
parent
aa55b85c3a
commit
cad87def79
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@
|
|||
</ul>
|
||||
</details>
|
||||
<br>
|
||||
<p>
|
||||
Simply drag & 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue