Text string that appears in the download log to indicate a successful download of the file.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500); //...other params... fd.addParam("LogFileSuccessText", "File [FileName] has been downloaded from [Url]"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setLogFileSuccessText(value); value = getFileDownloader("FileDownloaderID").getLogFileSuccessText();
A string value that specifies a text to be displayed in the download log on successful file download.
Two special keywords are used in this text label:
Replaced with name of the saved file.
Replaced with the URL from which the file was downloaded.
Default value is "File [FileName] has been downloaded from [Url]".
This property is necessary for localization of File Downloader.