[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: update record setBinaryFieldValue clientside

  • Thread starter Thread starter Ruben Dröge
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top