FileDownloader.ShowProgressDialog Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Switch that indicates whether the Progress Dialog should be visible.

Syntax

Initialize

JavaScript
<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>

Property Value

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".

Remarks

Use this property if you need to run the download process in background.

See Also

Reference