You need to sign in to do that
Don't have an account?
omm omm
how can i show a blob in next vf page
**hi guys . i am getting blob as response when i am using notes and attachments its working fine its getting attached now i just want to display in next tab or next vf page** .
check these link
https://help.salesforce.com/apex/HTViewSolution?urlname=How-do-you-convert-a-Blob-to-string-1327108626373&language=en_US
https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_restful_encodingUtil.htm
If you want to show that blob on a vf page, just create a dynamic output link with the url of the Attachement body, this works perfect.
Let me know if it works for you
Regards,
Abhi