I am saving images on one form with a button, I am saving the file as a firstname_lastname, and also saving a picture to a tinyDB. When I go and try to display the image all I get is the image name. Is there a way to display the actual image that is saved in the tinydb? Or the image that is saved somewhere else, that my program saves it to?
I've gone ahead and attached my code for reference.
Thanks,