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
venkateshpvenkateshp 

Displaying images through Visuvalforce page

Hello Everybody,

I  developed a form using Visuvalforce page which takes input as some personal details .I need to implement browse option through which i can  upload imapge of person.

How can i implement this?


Thanks and Regards,

venkatesh.

vagishvagish

Hi,

 

You can use <apex:inputfile> for the same, and store image in static resource or in document.

b-Forceb-Force

In addition,

store image as attachment of the same record,

 

string image in document or static resource , and linking same to particular record will be again nightmare.

 

Thanks ,

Bala