question

PK-7858 avatar image
0 Votes"
PK-7858 asked PramodValavala-MSFT answered

APIM upload PDF more than 100 MB

Hello,

I have a requirement to upload a PDF which could be 100MB from System 1 to System 3 via System 2.

System 1 : Pega should upload PDF (100 MB or more)

System 2 : APIM (An endpoint needs to be exposed, this can be File Upload Service)

System 3 : The PDF can reach system 3 - OCR only via APIM (System 2)

How can we accomplish this?

Any helps would be really helpful.

Thanks!

azure-api-management
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Any idea on this would be really helpful.

0 Votes 0 ·

1 Answer

PramodValavala-MSFT avatar image
0 Votes"
PramodValavala-MSFT answered

@PK-7858 I believe there is no direct limitation to implement this. You would just add an API that forwards requests to the backend as-is and in this case, the actual persistence of the file would be taken care of my System 3 itself.

The default settings don't buffer incoming requests unless you use a policy that requires doing so like set-body, so you should be in the clear in that regard.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.