I have a page whereby a user uploads a favicon (.ico) icon, and then I show the icon to the user embedded on the page. To do this, I am using the typical image tag with the path to the .ico file.
This works perfectly fine in Chrome & Firefox, however in IE I am getting a broken image symbol instead of the .ico.
Has anyone ever encountered this issue? I know that usually you need to use the link tag to show the favicon near the address bar, however I need to show a preview to the user before actually the user saving. I cannot seem to find any information online on how to show the favicon in an image tag on IE.
Thanks
EDIT: I am using IE11, not sure if this issue is just for this version.