Returns the total number of bytes that have already been transferred to the server.
[JavaScript]
AJAXUploader.getTransferredBytes(
)
Return Value
The total number of bytes that have been transferred to the server, or null if no uploading is in progress.
See Also
AJAXUploader Object