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
sreekanth reddysreekanth reddy 

Hi my requirement is php to salesforce integration. in php form submitted the data will be saved in lead.all field are saved but how to save image field in salesforce

Thanks
Salesforce DeveloperSalesforce Developer
Follow this: https://developer.salesforce.com/page/PHP_Toolkit
NagaNaga (Salesforce Developers) 
Hi Sreekanth,

You can go ahead and save the image in salesforce in rich text field.Please let me know if it works.

Best Regards
Naga kiran
sreekanth reddysreekanth reddy
Hello naga!
Thanks for Responce

But its not working image will not displayed only image name will be displayed

thanks!
 
Vijay NagarathinamVijay Nagarathinam
Hi

Refer the link, you get some idea about your requirement.

https://developer.salesforce.com/page/Integrating_with_the_Force.com_Platform

http://www.jitendrazaa.com/blog/salesforce/salesforce-toolkit-for-php/

http://www.epixa.com/2010/05/php-integration-with-salesforce-crm.html
Salesforce DeveloperSalesforce Developer
In your PHP Code pass the image as BLOB type then in salesforce you need to display that data in the Rich Text field.