diff options
Diffstat (limited to 'template/upload_head.html')
-rw-r--r-- | template/upload_head.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/template/upload_head.html b/template/upload_head.html index 542bc78..e46667e 100644 --- a/template/upload_head.html +++ b/template/upload_head.html @@ -1,11 +1,17 @@ <h1><i class="fa-regular fa-folder-open"></i> Uploading</h1> -<p>to <pre>@@path@@</pre></p> +<p>to</p> +<pre>@@path@@</pre> +<hr /> +<div> <form action="@@submit_url@@" method="post" enctype="multipart/form-data"> <div> - <label for="file">File(s):</label> + <label for="file">Select files:</label> + </div> + <div> <input type="file" name="file" id="file" multiple /> </div> <div> <input type="submit" value="Upload" /> </div> </form> +</div> |