How to Insert an Image into an SQL Server with other entries?
0
Hello, So, I am using a camera widget that takes an image and stores it on the in-built Mendix database; I am able to view the image with a gallery (data container); the image is converted to a Base64 format as seen below. I want to be able to store the image into an SQL Server database instead together with other entries or fields; I want to also view the images in a list view from SQL server .Any suggestions on how I can achieve that? Thank you.
asked
Ismail Denwar
1 answers
0
Hi Ismail,
I am unsure as to what the issue is here.
You should be able to save that Base64 encoded image as a String attribute with unlimited characters in your entity. You can use whatever database you need for your use case.