I\'m searching into my database a image as a byte array. I want to show this content as file using the markup image, but it doesn\'t work here.
// C
If you can get your server to return the image in a base64 encoded string, you could use a data url as the src attribute.