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



The size of the Post message requesting the upload.

Syntax

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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