Text string that appears in the download log to indicate a common error.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500); //...other params... fd.addParam("LogFileCommonErrorText", "Download error"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setLogFileCommonErrorText(value); value = getFileDownloader("FileDownloaderID").getLogFileCommonErrorText();
A string value that specifies a text to be displayed in the download log if an unknown error occurred during file saving.
Default value is "Download error".
This property is necessary for localization of File Downloader.