Add indication for file upload errors and corruption

This commit is contained in:
2024-09-16 19:55:37 +07:00
parent cfd3bbb985
commit 17e55a3e90
5 changed files with 529 additions and 344 deletions

View File

@ -32,6 +32,7 @@ type FileData struct {
Size string
IsPrivate bool
Type string
Done bool
Downloaded string
}