Added possibility to upload documents from file system

This commit is contained in:
Anton Stubenbord
2022-11-10 23:21:01 +01:00
parent 0469191635
commit 5a63ca2513
7 changed files with 101 additions and 22 deletions

View File

@@ -46,5 +46,6 @@ enum ErrorCode {
createSavedViewError,
deleteSavedViewError,
requestTimedOut,
storagePathAlreadyExists;
storagePathAlreadyExists,
unsupportedFileFormat;
}