You need to sign in to do that
Don't have an account?

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!!
<img src="{!URLFOR($Action.Attachment.Download, '00P19000001AV5t')}"/>
But it is working on Chrome only. ON IE it is showing black screen.
Thanks!!