Hello! And how to output data MD5 and ShA1 for zip files in the user part?! Or is it already implemented somewhere? What tags do these values are so they can be inserted on the resume page or where to look?! Thank you.
Hi
These are available to show users in the Download Details Layout.
For example the Download Details layout "Example Details Layout with Tabs v3.2" has for md5 a section as below. And also another for ShA1
<div class="jd_field_row" style="">
<span class="jd_field_title">{md5_title}</span>
<span class="jd_field_value">{md5_value}</span>
</div>
So if you set that layout as the Download Details layout and ensure the Download Details are shown see
http://www.jdownloads.net/documentations/item/download-actions-direct-via-summary-page-or-via-download-details.
jD computes them for the file you are about to download. There are several utilities for a PC or other device to validate for a downloaded file.
Colin