You need to sign in to do that
Don't have an account?

Add Image to Static Resources using Apex code
Is it possible to add an image to static resources using apex code?
On a detail page I want to click a button that says upload image and store that image in static resources rather than in attachments on the individual record.
Is the possible and if so do you have any sample code?
Not in apex, no. Probably over metadata API, but that would probably add more problems than it solves.