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