I want to make forms that can store 3 items at once in an SQL database:
Name(text)
Location(text)
Image(image file path)
What I want the app to do is for it to read the Image as an actual image and not as text.
*Im already able to store just the name and location, but im just having trouble reading the Image as an image
Hope someone can point me to the right direction
Thanks in advance