Modifying the Size Limit on Upload File Transfer Operations
There is a 50MB file size limit on file transfer upload operations.
To modify the file size limit, you need to adjust your service settings and redeploy the session server.
Both keys need to be reset.
For example:
Key | Value |
---|---|
spring.servlet.multipart.maxfilesize | 100MB |
spring.servlet.multipart.maxrequestsize | 100MB |