UltimateEditor Class Library

UltimateEditor.MaxFileSize Property

Gets or sets the maximum file size in kilobytes allowed to be uploaded.

[Visual Basic]
Public Property MaxFileSize As Integer
[C#]
public int MaxFileSize {get; set;}

Property Value

Maximum file size in kilobytes allowed to be uploaded. The default value is 2048.

Remarks

Use this property to set the maximum file size in kilobytes allowed to be uploaded.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace