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
omm ommomm 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** .
sushant sussushant sus
Hi
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
 
Abhi_TripathiAbhi_Tripathi
Hi,
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