You need to sign in to do that
Don't have an account?
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.
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.
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.