Hello Experts,
I am generating PDF file in MDK App based on data on the page. I can convert file content into Base64 or Arraybuffer.
Is there a way to upload file content (Base64 or Arraybuffer) using MDK action UploadStream?
Backend service is CAP and defined as offline on MDK App.
Thanks.