FileUploaderControlMaxFileSize Property

Gets or sets the maximum allowed file size to upload. If not set, there will be no size limit for upload. 0 (zero) also means unlimited.

Definition

Namespace: GleamTech.FileUltimate.AspNet.WebForms
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.7
C#
public ByteSizeValue MaxFileSize { get; set; }

Property Value

ByteSizeValue

See Also