Hash field in bx_photos_main
---------------------------------------------------------------
The bx_photos_main table has a field called Hash, the
contents of the field looks like an MD5 hash.
I think this field is used as the file name for the photo,
the actual file name for the photo is the id number
of the row in the table, but I can’t recreate the Hash
by using MD5(ID).
What I’m trying to do is add a photo to the dolphin
system [as admin] without using the upload form.
Is this something that can be done this way or is it a no go?
If I knew how to create the Hash field at least I could test it.