COYO Cloud
By default, files with a maximum size of 1 GB can be uploaded.
COYO On-Premises
Our On-Premises customers have the option to change the limits.
To do this, proceed as follows:
- Stop COYO.
- Open the "coyo-backend.properties" file and add the following lines:
State the size of the permitted files in MB (e.g. 1024 MB).spring.servlet.multipart.maxFileSize=1024MB
spring.servlet.multipart.maxRequestSize=1024MB - Start COYO.