total Property

New for Internet Explorer 9

[This documentation is preliminary and is subject to change.]

Gets the total number of bytes of content that are expected in the operation.

Syntax

[ nBytes = ] ProgressEvent.total

Possible Values

nBytes Integer that receives the expected length of the transfer, in bytes.

The property is read-only. The property has no default value.

Remarks

The value of the total propety is unknown until the lengthComputable property returns true. The loaded property indicates how many bytes have been transferred so far.

Standards Information

This property is defined in Progress Events, Section 3.

Applies To

ProgressEvent

See Also

loaded, loadedItems, totalItems