Table of Contents
getTotalFileCount Method 

Returns the total number of files being uploaded for the current uploading session.

Syntax
JavaScript
 AJAXUploader.getTotalFileCount()

Return Value

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

See Also