Gets or sets the maximum allowed uploaded file size in bytes. Defaults to 16777216 (16MB).

public int MaxUploadFileSize { get; set; }
Type:
int
In this article