Forum Post: Re: How Can We Send A File Through Rest

  • Thread starter Thread starter Anoop Premachandran
  • Start date Start date
Status
Not open for further replies.
A

Anoop Premachandran

Guest
You will have to solve CORS issue if you want to make calls from client side (browser) of one application to another. Assuming you do that, I suggest best way is for Rollbase client side script to call an API on the Server mentioning the Record id and Integration Name of File Field. In the mthod implementation on that Server, you can use getBInaryData() API to get the File, do all manipulations and then use setBinaryData to upload back the updated File documentation.progress.com/.../index.html documentation.progress.com/.../index.html

Continue reading...
 
Status
Not open for further replies.
Back
Top