Notifications
Clear all

Is there a file size limit on UI based inbound interface uploads?

3 Posts
3 Users
0 Reactions
995 Views
0
Topic starter

When initiating a UI based inbound interface file upload, is there a file size limit? If so where is this set?

3 Answers
0

There is a per-instance configurable file size limit. Add the following to your node.properties, rerun the installer, then restart.

# max size of file upload in MB. Default value is 10M
fileUpload.maxSize=10
0

For local environments, prior to RTVN 24, the following entry can be changed in tomcatdeployoneWEB-INFstruts-config.xml:

maxFileSize="10M"

0

For local environments, prior to RTVN 24, the following entry can be changed in:


tomcatdeployoneWEB-INFstruts-config.xml:

maxFileSize="10M"

After RTVN 24, in InstanceConfig.xml in the local install/setup folder change the following:

<UIUploadMaxFileSize><%fileUpload.maxSize%>M</UIUploadMaxFileSize>