Do you want the md5 to stay the same for all downloaders? (One md5 hash per file)
Or does the md5 hash change for each person? (Unique hash created by using certain items from the user db table).
Or does the md5 hash need to change each time the page is loaded? (Random hash created when page loads).
We need more information on what you are trying to do here before we can help you properly
I've done some work to store the md5 hash of the file in the code but it wasn't ready for this release. It'll be available in the database as part of the next release.
Hey Adam, I see "- Logging of md5 file hashes on upload." but where does this go specifically and how do we add that so users can see md5 on download page? Thanks!