summaryrefslogtreecommitdiffstats
path: root/BlobBin/wwwroot/index.html
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2023-01-13 00:04:12 +0100
committerivarlovlie <git@ivarlovlie.no>2023-01-13 00:04:12 +0100
commit971c00b8f5977db9422eeafa47b262c1030bd4af (patch)
tree09ec55186f0f85d983b3be1754c6393123bc4363 /BlobBin/wwwroot/index.html
parenta9860b28f2be123d1f0bfad504165992a4c841ed (diff)
downloadblob-bin-971c00b8f5977db9422eeafa47b262c1030bd4af.tar.xz
blob-bin-971c00b8f5977db9422eeafa47b262c1030bd4af.zip
feat: working file upload
Diffstat (limited to 'BlobBin/wwwroot/index.html')
-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">