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

UploadedFile.SourceSize Property

Gets a size of this user-selected file in bytes.

Namespace: Aurigma.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)

Syntax

Visual Basic
Public MustOverride ReadOnly Property SourceSize As Integer
C#
public abstract int SourceSize { get; }

Property Value

Type: System.Int32

The size of this user-selected file in bytes.

See Also

Reference