Gets the processed bytes of the current uploading file.
Namespace:
EasyAlgo.EAUploadAssembly: EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.2.0
Syntax
| C# |
|---|
public int CurrentFileUploadedBytes { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property CurrentFileUploadedBytes As Integer |
Field Value
Type: System..::.Int32An integer value that contains current uploading file bytes which were processed. Default value is 0
Examples
You can find an example in the description of UploadStatus class.
