Determine the file name of an uploaded image

Hi,

in order to compose my custom report, I retrive some record field using sugar Bean.

However, I’d like to show also the pictures from the image field. So, my problem is to determine the stored file name - something like

e4ef4b7e-0854-1866-11e0-5a65fc636324_foto stored on upload folder - from the real file name that I read from Bean - i.e. myfile.png -.

How can I do this?

Thanks

See if this helps

https://pgorod.github.io/How-Photos-Stored/

Thanks, this solve my problem.