diff options
| -rw-r--r-- | templates/index.html | 3 |
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 & 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> |
