CreateMD5DebugFile Parameter

 Applet: DownloadClient
 Description:

When CreateMD5DebugFile is set 1, the DownloadClient will create an MD5 debug file for each file downloaded. The debug file will be saved as file name.md5 in the same directory as the downloaded file. For example, if CreateMD5DebugFile is enabled, and a user downloads report.doc, report.md5 will be saved with report.doc in the download directory.

The debug file contains the JFile version number, the name of the downloaded file, the date and time of the download, and the MD5 hash key of the file. Use a standard text editor to read the file.

CreateMD5DebugFile is disabled by default.

 Example: <param name="CreateMD5DebugFile" value="1">