Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageyml
# File upload file size in bytes. By default 10485760 bytes (10Mb)
fileUpload.maxFileSize = 10485760
#comma separated list of mime types allowed for upload
fileUpload.allowedMIMETypes = image/png, application/pdf

Default value for The maxFileSize property is 10Mbmight have value between 0 and 50 Mb, while maximal value might be 50Mbdefault value is 10Mb

Adding support for assigning file to the certain individuals class 

...