improve file upload (progress bar & validation) (#317)

* validate file

* fix app_diff

* rename types and functions

* use accessible custom progress bar over native html
This commit is contained in:
vincanger
2024-12-10 17:24:33 +01:00
committed by GitHub
parent 49ce9aee9e
commit a436c1b658
5 changed files with 143 additions and 49 deletions

View File

@@ -1,6 +1,6 @@
--- template/app/src/file-upload/operations.ts
+++ opensaas-sh/app/src/file-upload/operations.ts
@@ -21,6 +21,18 @@
@@ -18,6 +18,18 @@
throw new HttpError(401);
}