Text string that appears in the download log to indicate that access to the file on the server was denied.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500); //...other params... fd.addParam("LogFileForbiddenText", "Authorization failed"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setLogFileForbiddenText(value); value = getFileDownloader("FileDownloaderID").getLogFileForbiddenText();
A string value that specifies a text to be displayed in the download log if access to the file on the server was denied.
Default value is "Authorization failed".
This property is necessary for localization of File Downloader.