progress bar + better ui (fix)

This commit is contained in:
Ludwig Lehnert
2026-03-27 20:10:51 +01:00
parent 83fbeff16c
commit 085d5e26cf
3 changed files with 35 additions and 15 deletions

View File

@@ -77,7 +77,13 @@ export function UploadProgressForm({ csrfToken }) {
}
return (
<form className="form-grid" onSubmit={handleSubmit} encType="multipart/form-data">
<form
className="form-grid"
onSubmit={handleSubmit}
action="/manage/api/upload"
method="post"
encType="multipart/form-data"
>
<input type="hidden" name="csrfToken" value={csrfToken} />
<label className="field">