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



The PostedFile containing information about the uploaded file.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property PostedFile As PostedFile
Visual Basic (Usage)Copy Code
Dim instance As FileUploadEventArgs
Dim value As PostedFile
 
value = instance.PostedFile
C# 
public PostedFile PostedFile {get;}
C++/CLI 
public:
property PostedFile^ PostedFile {
   PostedFile^ get();
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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