PowerWEB File Upload for ASP.NET
FileBytesUploaded Property
See Also  Send comments on this topic.
Dart.FileUpload Namespace > UploadProgressEventArgs Class : FileBytesUploaded Property



The number of bytes transferred thus far for the current file.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property FileBytesUploaded As Long
Visual Basic (Usage)Copy Code
Dim instance As UploadProgressEventArgs
Dim value As Long
 
value = instance.FileBytesUploaded
C# 
public long FileBytesUploaded {get;}
C++/CLI 
public:
property int64 FileBytesUploaded {
   int64 get();
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.