Gets or sets a text of the megabytes per second unit in the progress dialog.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500); //...other params... fd.addParam("MegabyteRateText", "MB/s"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setMegabyteRateText(value); value = getFileDownloader("FileDownloaderID").getMegabyteRateText();
The text of the megabytes per second unit in the progress dialog.
Default value is "MB/s".
This property is necessary for localization of File Downloader.