R
Ruben Dröge
Guest
Don't think you can do it like that. However, what you could do is: Get the B64 value of the image you want to put into the image upload field Store this value in a hidden Text field Store the MIME type and Image name in fields as well Run a trigger (object script) using the client-side API that uses the value of the text field (B64) to run the server-side setBinaryFieldValue API I will try it out myself first..
Continue reading...
Continue reading...