diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2023-01-13 00:04:12 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2023-01-13 00:04:12 +0100 |
| commit | 971c00b8f5977db9422eeafa47b262c1030bd4af (patch) | |
| tree | 09ec55186f0f85d983b3be1754c6393123bc4363 /BlobBin/wwwroot | |
| parent | a9860b28f2be123d1f0bfad504165992a4c841ed (diff) | |
| download | blob-bin-971c00b8f5977db9422eeafa47b262c1030bd4af.tar.xz blob-bin-971c00b8f5977db9422eeafa47b262c1030bd4af.zip | |
feat: working file upload
Diffstat (limited to 'BlobBin/wwwroot')
| -rw-r--r-- | BlobBin/wwwroot/index.html | 2 |
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"> |
