This documentation is for the old version. Go to the latest Upload Suite docs

NirvanixExtender.SizeBytes Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a size of the file to be uploaded in bytes.

Namespace: Aurigma.ImageUploader.Nirvanix
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property SizeBytes As Integer
C#
public int SizeBytes { get; set; }

Property Value

Type: System.Int32

The size of the file to be uploaded in bytes.

Default value is 10485760.

See Also

Reference