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
moverdorfmoverdorf 

Saving An External Image To An Object...

Guys,
I have a ClientConfig__c object and a Rich Text Field called ComanyLogo__c.

I want the user to be able to point to their local machine, select a logo image (.gif, .bmp, .png) and save it to this ClientConfig__c object.

I don't want it as an attachment, I just want a simple form to upload it to the ClientConfig__c object.

I then need apex code to retrieve the image and display it on a VFP page.

Can anyone help me out with both the save code and the redisplay in VFP form?

Thnaks to all in advance!