FileManager.UploadMaxFileSize Property
Definition
- Namespace
- GleamTech.FileUltimate.AspNet.UI
- Assembly
- GleamTech.FileUltimate.dll
Gets or sets the maximum allowed file size to upload. If not set (null), there will be no size limit for upload. 0 (zero) also means unlimited.
public ByteSizeValue UploadMaxFileSize { get; set; }
Property Value
- ByteSizeValue