This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.TotalFileSize Property

Supported in: ActiveX , Java

Total size of all files selected for the upload.

Syntax

Get/Set Value in Runtime

JavaScript
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

Manual

Reference