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
Sam1988Sam1988 

Why am not able to Insert an Image through Salesforce Sites?

Hi,

I created a Field with Text Area (Rich) as Data Type and used that field in,

VF Page

<apex:inputfield value="{!employee.employee.Photo__c}" />

 



I'm able to Upload and Insert an Image locally. But in Site, im not able to insert. I would like some help with this...

Sridhar BonagiriSridhar Bonagiri