TotalDownloadSize Parameter

 Applet: DownloadClient
 Description: In a multiple file download, the download of each file is an HTTP request. Since a multiple file download is not a single HTTP request, JFile's progress indicator cannot monitor the progress of the total download. To allow JFile to display the progress of a total multiple file download, set the TotalDownloadSize parameter to the total download size before the download begins. To do this, you must first calculate the total download size.
 Example: <param name="TotalDownloadSize" value="15768">