Choose your language

Choose your login

Support

How can we help?

Lightbulb icon
Lightbulb icon

Here’s your answer

Sources:

Lightbulb icon

Oops!

We currently don’t have an answer for this and our teams are working on resolving the issue. If you still need help,
User reading a resource

Popular resources

Conversation bubbles

Contact us

Configure the maximum uploaded file size

This page applies to:

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