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
Nishant Prajapati 10Nishant Prajapati 10 

Visualforce: Image uploading and retrieval

I want to create a form which contains attributes about the profile of a Doctor.
I want to add an attribute through which I can upload profile pic of the Doctor
from a folder which is on my local disk. And I also want to display the images of all registered Doctors on other VF page.

I need help on this. 
AnupamAnupam
Create rich text field on the object. Create an interface using VF page to allow users to upload images from local machine and save it in this custom field.