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