Timeout of the HTTP connection.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500); //...other params... fd.addParam("TimeOut", "0"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setTimeOut(value); value = getFileDownloader("FileDownloaderID").getTimeOut();
A non-negative integer value that specifies an HTTP timeout (in milliseconds). If 0
, the timeout is infinite (i.e. disabled).
Default value is "0".