0

We are in need to upload images from the client mobile devices to the server. Few devices really give a big size of images like 5 MB to 16 MB. What is the max size limit for MFP with liberty profile? If there is any limit can that be increased?

1 Answers1

2

I'm not aware of any specific limit in Liberty Core for the size of a POST body. However, if you have an IBM HTTP Server in front of your Liberty server, you may need to adjust the "PostSizeLimit" setting in IHS plug-in as described here. A size of "-1" is unlimited.

patbarron
  • 1,364
  • 12
  • 17