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
Karthick RajaKarthick Raja 

Current User Profile Image in VFP

Hi folks,
         Can anyone tell me how to get the current user profile image in visualforce page?

Thanks in advance
Karthick
PratikPratik (Salesforce Developers) 
Hi Karthick,

Try this tag i fVisualforce page:

<chatter:userPhotoUpload showOriginalPhoto="true">
</chatter:userPhotoUpload> 

Thanks,
Pratik

P.S. If this answers you question, please mark it as "Best Answer" so it will help other community members too.