Upload Chatter Profile Picture Using Visualforce Page Biswajeet August 15, 2016 No Comments on Upload Chatter Profile Picture Using Visualforce Page Sample Code: <apex:page> <apex:form > <chatter:userPhotoUpload showOriginalPhoto="true" /> </apex:form> </apex:page>