Table of Contents
getTotalBytes Method 

Returns the total number of bytes for the current uploading session.

Syntax
JavaScript
 AJAXUploader.getTotalBytes()

Return Value

The total number of bytes for the current uploading session, or null if no uploading is in progress.

See Also