in the menu , you have "fingerprints" which is used to create md5, you can disable it
we are working with the event "upload completed" in the file hfs.events (
HFS: Event scripts (by Topic)).
[upload completed]
{.delete|%item-resource%.md5.}
{.save|%item-resource%.md5|{.md5 file|%item-resource%.}.}
{.append|%item-resource%.md5|{.chr|13|10.}|add some text as new line inside the md5.}
then every upload generate and md5 file , by deleting the previous file md5,
after you have to extract what is necessary to your main template
insert section [file]
{.load|%item-resource%.md5.}
and manage the information;
answer your question?
