Upload Chatter profile pic using Visualforce Pages

Visualforce Aug 15, 2014

its very straight away andn no more coding required, check below code

<apex:page showHeader="true" sidebar="false">
  <apex:form >
  	<chatter:userPhotoUpload showOriginalPhoto="true" />       
  </apex:form>
</apex:page>

output

image

Hover above smiley and click it then following screen will appear

Happy coding!!!

Phanindra Mangipudi

Salesforce, Lightning Web Componets, Node.Js, Angular 2+, Bootstrap