I have changed attachment.properties
set 100MB for attachment
# If the sum of all uploaded files (for contacts, appointments or tasks) in one request is larger than this value,
# the upload will be rejected. If this value is not set or 0, the more general MAX_UPLOAD_SIZE configured in
# server.properties will be used. If that value is also 0 or not set, uploads will be unrestricted.
# The size is in Bytes.
MAX_UPLOAD_SIZE=104857600
and restart service open-xchange
But it not work
set 100MB for attachment
# If the sum of all uploaded files (for contacts, appointments or tasks) in one request is larger than this value,
# the upload will be rejected. If this value is not set or 0, the more general MAX_UPLOAD_SIZE configured in
# server.properties will be used. If that value is also 0 or not set, uploads will be unrestricted.
# The size is in Bytes.
MAX_UPLOAD_SIZE=104857600
and restart service open-xchange
But it not work
Comment