Skip to Content
0
Jan 19, 2022 at 11:35 PM

UploadStream for locally generated file content

241 Views Last edit Jan 20, 2022 at 12:02 AM 2 rev

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.