File size of the specified item of the upload list.

Syntax

Get/Set Value in Runtime
JavaScript CopyCode imageCopy Code
value = getImageUploader("ImageUploaderID").getUploadFileSize(Index);
Parameters
Index

A positive integer which specifies an index of the upload list item (i.e. the upload file). An index is 1-based. In other words valid value is in range [1, UploadFileCount].

Property Value

A non-negative integer value that specifies a file size of the specified upload list item.

See Also