Click or drag to resize
IFormFileUploadLimitServiceMaxAllowedFileSize Property
Gets the maximal allowed upload file size in kilobytes. The limit is the smaller value between MaxRequestLength and MaxAllowedContentLength converted to kilobytes.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
long MaxAllowedFileSize { get; }

Property Value

Type: Int64
See Also