By default, the maximum size of uploaded files is 100MB. However, you can change this value.
To change the maximum uploaded file size:
-
Open the following file in a text editor:
<install-path>/job-ticketing/config/application.properties -
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=200fileUploadMaxSize=200KBfileUploadMaxSize=200MB
-
Save the file.
Comments