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


The following tables list the members exposed by UploadProgressEventArgs.

Public Constructors

 NameDescription
public ConstructorUploadProgressEventArgs ConstructorInitializes a new instance of the Upload ProgressEventArgs class.  
Top

Public Properties

 NameDescription
public PropertyAverageTransferSpeed The average transfer speed for the upload operation.  
public PropertyBytesTransferred The total number of bytes that have been transferred during the upload operation.  
public PropertyControlIDAn unique identifier for the Upload control used to select the currently transferring file.  
public PropertyCurrentTransferSpeed The current transfer speed of the upload operation.  
public PropertyData The newly uploaded data for the currently transferring file.  
public PropertyElapsedTime The elapsed time for the upload operation.  
public PropertyEstimatedFileSize The estimated size of the currently transferring file.  
public PropertyEstimatedRemainingTime The estimated time remaining for the upload operation.  
public PropertyFileBytesUploaded The number of bytes transferred thus far for the current file.  
public PropertyFileName The name of the currently transferring file.  
public PropertyFilesInRequest The number of files requested to be uploaded.  
public PropertyFileSize The size of the currently transferring file.  
public PropertyFilesTransferred The number of files that have been completely transferred.  
public PropertyRequestSize The size of the Post message requesting the upload operation.  
public PropertyUniqueID An unique identifier for the currently transferring file.  
Top

See Also

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