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


The following tables list the members exposed by PostedFile.

Public Constructors

 NameDescription
public ConstructorPostedFile ConstructorInitializes a new instance of the PostedFile control.  
Top

Public Properties

 NameDescription
public PropertyBytesUploaded The number of bytes uploaded thus far.  
public PropertyControlIDThe ID of the control used to upload the PostedFile.  
public PropertyFileName The name of the posted file.  
public PropertyFileSize The size of the posted file.  
public PropertySavedFilePath The path of the posted file on the server.  
public PropertyTempFilePath The temporary path of the posted file during the upload.  
public PropertyUniqueID A unique identifier for a posted file.  
Top

See Also

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