Repaired Bugs in File-Upload. Basic Structure for loading File-Lists

This commit is contained in:
schnulller
2022-06-03 16:48:52 +02:00
parent 35ce2034f7
commit 743c88a4e5
14 changed files with 228 additions and 89 deletions

View File

@@ -11,7 +11,7 @@
"UpdateService": false
},
"AllowedHosts": "*",
"StoredFilesPathLinux": "/home/simon/Downloads/",
"StoredFilePathLinux": "/home/simon/Downloads/test/",
"StoredFilePathWindows": "D:/test/",
"FileSizeLimit": 52428800
}