Gets the size of the uploaded file, in bytes.

Namespace:  EasyAlgo.EAUpload
Assembly:  EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.0.0

Syntax

C#
public long ContentLength { get; }
Visual Basic (Declaration)
Public ReadOnly Property ContentLength As Long

Field Value

Type: System..::.Int32
The file length, in bytes. Default value is 0

See Also