Text string that appears in the download log to indicate that the server returned a wrong file size.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500); //...other params... fd.addParam("LogFileWrongFileSizeText", "Wrong file size"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setLogFileWrongFileSizeText(value); value = getFileDownloader("FileDownloaderID").getLogFileWrongFileSizeText();
A string value that specifies a text to be displayed in the download log if the file size specified in the file list is not equal to the size returned by the server.
Default value is "Wrong file size".
This property is necessary for localization of File Downloader.