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



The estimated size of the currently transferring file.

Syntax

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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