This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.MinFileSize Property

Minimum file size allowed for upload.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property MinFileSize As Integer
C#
public int MinFileSize { get; set; }

Property Value

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).

Remarks

This property corresponds to MinFileSize client-side property.

See Also

Reference