Choose your language

Choose your login

Support

Configure the maximum uploaded file size

This page applies to:

Last updated September 30, 2025

By default, the maximum size of uploaded files is 100MB. However, you can change this value.

To change the maximum uploaded file size:

  1. Stop the Job Ticketing service.

  2. Open the following file in a text editor: <install-path>/job-ticketing/config/application.properties

  3. Add the following line into the file: fileuploadmaxsize=<file size>

    Where <file size> is the maximum size for files. You can specify the size in bytes, kilobytes, or megabytes.

    For example:

    • fileUploadMaxSize=200
    • fileUploadMaxSize=200KB
    • fileUploadMaxSize=200MB
  4. Save the file.

  5. Restart the Job Ticketing service.

Comments

Comments are not available in this preview environment. On papercut.com, this space shows the live Disqus comment thread for this page.