Hello,
I'm trying to use images from MS SQL, they are stored a VARBINARY. Just a binary blob.
I found suggestions to convert the binary to base64, like here: Displaying an image from a database field
And that's fine, works. But is there no way how to use binary images directly?
But I'm glad to hear that converting from binary to base64 works for you!