Total size of all files selected for the upload.

Syntax

Get/Set Value in Runtime
JavaScript CopyCode imageCopy Code
value = getImageUploader("ImageUploaderID").getTotalFileSize();
Property Value

A non-negative integer read-only value that returns total size of all files selected for upload (either checked or placed to the upload list).

Default value is "".

See Also