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


The following tables list the members exposed by UploadCompleteEventArgs.

Public Constructors

 NameDescription
public ConstructorUploadCompleteEventArgs ConstructorInitializes a new instance of the UploadCompleteEventArgs class.  
Top

Public Properties

 NameDescription
public PropertyAverageTransferSpeed The average transfer speed of the upload operation.  
public PropertyBytesTransferred The total bytes transferred during the upload operation.  
public PropertyElapsedTime The elapsed time for the upload operation.  
public PropertyFailedUploads A list of files that failed to upload.  
public PropertyFiles A list of files that were successfully uploaded.  
public PropertyRequestSize The size of the Post message requesting the upload.  
Top

See Also

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