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

Restrictions.MaxFileSize Property

Gets or sets a maximum file size allowed for upload to the server.

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

Syntax

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

Property Value

Type: System.Int32

The maximum size (in bytes) for files allowed for upload. If the value is 0, then there is no limit.

Default value is 0.

See Also

Reference