diff options
author | Vincent Douillet <vincent@vdouillet.fr> | 2024-09-09 13:52:35 +0200 |
---|---|---|
committer | Vincent Douillet <vincent@vdouillet.fr> | 2024-09-10 12:01:05 +0200 |
commit | 4e921ffa31fdca2425d326efda1c6d9ad190359a (patch) | |
tree | 8d0fe130bd26dedb5c0754249734608217bbd6b9 /template/upload_head.html | |
parent | d7edafe299d44a0bec9d29e2b3a4ca853ffa1a80 (diff) |
upload: handle form submission
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 /> |