Hi, we recently added Harms cWebSignaturePad to our WebApp and I'm now trying to get the saved signatures to display in the dbImageContainer, but it just won't work.
The image data from the cWebSignaturePad is returned as "data:image/png;base64,<base64 encoded png image text>" and saved to a binary field. I already tried, removing everything besides the encoded text, tried decoding the base64 text, but it won't show the image.

How would one accomplish that?