Describes the ratio of a pending AJAX upload.
The total number of bytes that need to be uploaded.
The number of bytes that were already upload.
The current ratio, in the interval [0, 1]. The relation ratio = bytesUploaded / bytesTotal holds, up to floating point precision.
ratio = bytesUploaded / bytesTotal
Describes the ratio of a pending AJAX upload.