Gets the size of the uploaded file, in bytes.
Namespace:
EasyAlgo.EAUploadAssembly: EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.2.0
Syntax
| C# |
|---|
public long ContentLength { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ContentLength As Long |
Field Value
Type: System..::.Int32The file length, in bytes. Default value is 0
