You need to sign in to do that
Don't have an account?
bilal malik
How to set existing Attachment blob value in apex:inputfile tag on Page loading
I have a default attachment , i want to set it in visual force page using apex:inputfile tag.
<apex:inputFile value="{!MyFAttachment.bl}" filename="{!MyFAttachment.filename}" id="file"/>
but it shows nothing on vf page.
Thanks!!
<apex:inputFile value="{!MyFAttachment.bl}" filename="{!MyFAttachment.filename}" id="file"/>
but it shows nothing on vf page.
Thanks!!
May I request you to Please check the below link. to Attachment blob value in an input file.
- http://salesforce.stackexchange.com/questions/130511/uploading-an-attachment-using-inputfile-tag
I hope it will be helpful.BestRegards
RahulKumar