function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SarisfdcSarisfdc 

On IE browser Image is not showing

i want to display image stored in Attachment on VF page. I am using below line

<img src="{!URLFOR($Action.Attachment.Download, '00P19000001AV5t')}"/>

But it is working on Chrome only. ON IE it is showing black screen.

Thanks!!