Table of Contents
getTransferredFileCount Method 

Returns the total number of files that have already been transferred to the server during the current uploading session.

Syntax
JavaScript
 AJAXUploader.getTransferredFileCount()

Return Value

The total number of files that have already been transferred to the server during the current uploading session, or null if no uploading is in progress.

See Also