Started working on the view upload page

This commit is contained in:
Leon Mika 2026-03-02 22:26:40 +11:00
parent 0a9af9cde8
commit 48f39133d7
18 changed files with 327 additions and 45 deletions

View file

@ -33,6 +33,7 @@ export default class UploadController extends Controller {
for (let file of files) {
await this._doUpload(file);
}
window.location.reload();
}
async _doUpload(file) {