FileDownloader.DownloadFileSize Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Size of the file with the specified index.

Syntax

Get/Set Value in Runtime

JavaScript
value = getFileDownloader("FileDownloaderID").getDownloadFileSize(Index);

Parameters

Index

A positive integer in range [0, P:FileDownloader.DownloadFileCount-1] specifying an item in the file list.

Property Value

An integer equal to the size in bytes of the specified file.

See Also

Reference