Gets or sets a text in the progress displaying data transfer rate and time left before the download finishes.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500); //...other params... fd.addParam("ProgressDialogDownloadDetailsText", "([Rate], [TimeLeft] left)"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setProgressDialogDownloadDetailsText(value); value = getFileDownloader("FileDownloaderID").getProgressDialogDownloadDetailsText();
The text in the progress displaying data transfer rate and time left before the download finishes.
The following special keyword is used in this text label:
Replaced with the current data transfer rate.
Replaced with the estimated time left before the download finishes.
Default value is "([Rate], [TimeLeft] left)".
This property is necessary for localization of File Downloader.