I have created a basic HTML file
<HTML>
<HEAD>
<TITLE>Display Image</TITLE>
<META charset=utf-8>
</HEAD>
<img alt="" src="data:image/png;base64,R0lGOD...base64 code" />
</HTML>
If I save the file to my desktop, then double click it the webpage opens in IE and displays a logo.
If I now add this as a webresource within Dynamics CRM the logo displays as a black square with a white cross in it - whats going on?
All I am trying to do is read the Base64 from a related entity and as the data in the entity changes display the related image.
As always any help appreciated.
Matt
*This post is locked for comments
I have the same question (0)