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



The size of the currently transferring file.

Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute("Because exact file size cannot be determined until after the file has been processed, the property has been renamed EstimatedFileSize.")>
Public ReadOnly Property FileSize As Long
Visual Basic (Usage)Copy Code
Dim instance As UploadProgressEventArgs
Dim value As Long
 
value = instance.FileSize
C# 
[ObsoleteAttribute("Because exact file size cannot be determined until after the file has been processed, the property has been renamed EstimatedFileSize.")]
public long FileSize {get;}
C++/CLI 
[ObsoleteAttribute("Because exact file size cannot be determined until after the file has been processed, the property has been renamed EstimatedFileSize.")]
public:
property int64 FileSize {
   int64 get();
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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