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



The size of the posted file.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property FileSize As Long
Visual Basic (Usage)Copy Code
Dim instance As PostedFile
Dim value As Long
 
value = instance.FileSize
C# 
public long FileSize {get;}
C++/CLI 
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.