This class allows access to the central upload database. Each upload
passing through the Progress Module has a Unique ID and an entry
in the upload database. If you know the ID of an upload you can
create a synchronized Progress object and so obtain information
on the current status.
| Property |
Description |
| BytesDone |
Gets the number of bytes uploaded so far. |
| 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. |
| BytesTotal |
Gets the total upload size in bytes. |
| CodePage |
Gets or sets the CodePage to use when interpreting the current
file name. |
| ElapsedSeconds |
Gets the total number of seconds elapsed since the start of
the upload. |
| FileName |
Gets the name of the file currently being uploaded. |
| Finished |
Gets a value that indicates whether data transfer is finished
or not. |
| ID |
Gets or sets the ID for the upload. |
| static» IDs |
Gets an array of all current upload IDs. |
| Note |
Gets or sets the current status of the upload. |
| PercentDone |
Gets the percent of the upload that has been completed. |
| SecondsLeft |
Gets the estimated number of seconds left for the transfer
to complete. |
| Started |
Gets a value that indicates whether data transfer has started
or not. |