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

FileSettings.MaxContentLength Property

Gets or sets the maximum allowable size for the uploaded content.

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

Syntax

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

Property Value

The value that represents a maximum allowable size for the uploaded content.

See Also

Reference