Configure the maximum uploaded file size

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.