Minimum file size allowed for upload.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property MinFileSize As Integer
public int MinFileSize { get; set; }
A non-negative integer value that specifies minimum allowed file size (in bytes). If the value is 0
then there is no limit.
Default value is 0
(no limit).