filters sitemap upload System Administrator Jahia 7.3 Jahia 8 Legacy

What is the maximum size of an uploaded file

Question

  • In Jahia 7.x, is it possible to download files with a size greater than 50MB?
  • In which configuration file, this value could be set?
  • Are there any constraints to store files in the database or not?

Answer

Since Jahia 7.x, the jahiaFileUploadMaxSize property is defined in the file : [Jahia]/digital-factory-config/jahia/jahia.properties. By default, its maximum size is equal to 104857600 bytes. This size must not be greater than the limit of your database.

It is recommended to store the files in the system files instead of in database and this for a performance gain.