Click or drag to resize
FormFileUploadLimitServiceMaxAllowedFileSize Property
Gets the maximal allowed upload file size in kilobytes. The limit is the smaller value between MaxRequestLength and MaxAllowedContentLength from which additional 16 kBs are subtracted for request headers.

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

Property Value

Type: Int64

Implements

IFormFileUploadLimitServiceMaxAllowedFileSize
See Also