Ok so recently I got a requirement that the image is saved in a Base64 format and when it is displayed it should be displayed as image.
What? Right and here is a small trick to do the job.
Hope this helps!!
What? Right and here is a small trick to do the job.
<img alt=
"<image_Name>"
src=
"data:image/<image_File_Extension>;base64, <base64_Image_String>"
></img>
http://developer.force.com/cookbook/recipe/converting-a-rich-text-area-fields-image-for-api-upload
Hope this helps!!
No comments:
Post a Comment