...
Define upload limits per user on cluster config.
Code Block language xml <maxUploadThroughputPerUser>0</maxUploadThroughputPerUser> <!-- 0 means this is disabled --> <!-- The maximum size in bytes of a single binary --> <!-- a number less than 1 means no limit (defaults to 0) --> <maxBinarySize>5242880</maxBinarySize> <!-- 5242880B == 5 MiB -->
For Unity some modifications need to be made to Configuration/Feature Flags
Code Block uploadMaxFileSize 5
*The value stands for allowed number of MB per attachment. The default is 5MB.