Returns the maximum file size allowed to be uploaded to the application in bytes

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static long GetMaxUploadSize()
Visual Basic
Public Shared Function GetMaxUploadSize As Long

Return Value

Size in bytes

See Also