Adjusted file upload size. Fixed allocations tab. Implemented server tab path handling

This commit is contained in:
2025-04-09 20:47:49 +02:00
parent e274f1fdd8
commit f0948960b7
3 changed files with 66 additions and 21 deletions

View File

@@ -8,7 +8,7 @@
@inject ServerFileSystemService FileSystemService
@inject DownloadService DownloadService
<FileManager FileSystemProvider="Provider"/>
<FileManager FileSystemProvider="Provider" MaxUploadSize="4096"/>
@code
{