Table of Contents
getCurrentFileName Method 

Returns the client file name that is currently being uploaded.

Syntax
JavaScript
 AJAXUploader.getCurrentFileName()

Return Value

The client file name that is currently being uploaded, or null if no uploading is in progress.

See Also