init
This commit is contained in:
@@ -5,6 +5,9 @@ public class FileUploadOptions
|
||||
public static string Key = "FileUploadOptions";
|
||||
public required long MaxUploadSizeBytes { get; set; }
|
||||
public required string UploadFolderPath { get; set; }
|
||||
|
||||
public required string ThumbnailFolderPath { get; set; }
|
||||
public required int MaxFileCount { get; set; }
|
||||
|
||||
public int SmallThumbnailSize { get; set; } = 150;
|
||||
public int LargeThumbnailSize { get; set; } = 600;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user