PowUpload 1.3 control documentation

The properties of the PowUpload class are listed below. For a complete list of PowUpload class members, see the PowUpload Members topic.

Public Instance Properties

BandwidthLimit Gets or sets maximum upload speed for current upload process.
BytesPerSecondAverage Gets the average data transfer rate for the upload in bytes per second.
BytesPerSecondCurrent Gets the current data transfer rate for the upload in bytes per second.
CurrentFileName Gets the name of the currently uploading file.
CurrentFileUploadedBytes Gets the number of bytes of the currently uploading file that have been received by the server.
CustomData Property of any type allows to store custom data between progress bar calls or between progress bar and final file processings script.
Files Gets the collection of current client-uploaded files.
FormFields Gets a collection of form variables (non-files Form fields) currently uploaded
HttpContext Gets the HttpContext object of upload request containing POST data.
HttpWorkerRequest Gets the HttpWorkerRequest object of upload request containing POST data.
id Gets or sets ID to bind the PowUpload object with the upload process.
LastError Gets the last Exception occurred during the upload process.
PercentDone Gets the percentage of the upload transfer is completed.
SecondsDone Gets the number of seconds elapsed since the upload start.
SecondsLeftAverage Gets the estimated number of seconds left to complete upload.
SecondsLeftCurrent Gets the estimated number of seconds left to complete upload.
TotalBytes Gets the total size of the HTTP POST request.
UploadComplete Gets a value that indicates whether data transfer is complete.
UploadedBytes Gets the number of bytes that have been received by the server.
UploadedFilesCount Gets completely uploaded files count.
UploadStatus Gets the current upload status.
UploadStatusString Returns a string representation of the current upload status.

See Also

PowUpload Class | ElementIT.PowUpload Namespace