WinInetTimeout Parameter

 Applet: DownloadClient and UploadClient
 Description:

JFile provides three means of transferring data to or from the server: URLConnection, Sockets and WinInet (Note: WinInet is not available in JFile 1.x). WinInetTimeout allows you to set the timeout, in milliseconds, for WinInet transfers.

The default value of WinInetTimeout is the system's default value.

Important!
WinInet requires Microsoft Virtual Machine (Microsoft VM) which was included with Internet Explorer browsers before version 6. IE 6 does not include Microsoft VM and as of September 2004, Microsoft will no longer support Microsoft VM.
 Example: <param name="WinInetTimeout" value="60000">