summaryrefslogtreecommitdiffstats
path: root/BlobBin/wwwroot
diff options
context:
space:
mode:
Diffstat (limited to 'BlobBin/wwwroot')
-rw-r--r--BlobBin/wwwroot/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/BlobBin/wwwroot/index.html b/BlobBin/wwwroot/index.html
index f252fe3..fa25951 100644
--- a/BlobBin/wwwroot/index.html
+++ b/BlobBin/wwwroot/index.html
@@ -35,7 +35,7 @@
<main id="forms">
<details>
<summary>Upload a file</summary>
- <form action="/upload" method="post">
+ <form action="/upload" enctype="multipart/form-data" method="post">
<input type="file" id="file" name="files" required>
<label for="file-password">Password (optional)</label>
<input type="password" name="password" id="file-password">