Question
2
Replies
1188
Views

EvonSys
IN
Posted: September 18, 2020
Last activity: September 28, 2020
Last activity: 28 Sep 2020 14:03 EDT
Closed
How to display the base 64 decoded tiff file type in html?
We are receving the base64 encoded tiff image from the external service. we are asked to display the image in the section.
i tried using the syntax <img src="data:image/tiff;base64,(encodedsting)> but the image is not being displayed in the Google chrome. but in IE it is displaying
Can any one help how to display the tiff image ?