Click or drag to resize
FormBuilderOptionsTemporaryUploadFilesFolderSizeLimit Property
Gets or sets the size limit of the temporary folder used to store uploaded files in megabytes. Defaults to 500MB.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public int TemporaryUploadFilesFolderSizeLimit { get; set; }

Property Value

Type: Int32
See Also