Switch that indicates whether the Progress Dialog should be visible.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500); //...other params... fd.addParam("ShowProgressDialog", "true"); //...other params... fd.writeHtml(); </script>
A boolean value (true
or false
). If true
, then Progress Dialog will be visible while downloading files, otherwise it will be hidden.
Default value is "true".
Use this property if you need to run the download process in background.