File Manager: max file size 100KB.

1
Hello, The FileManager has a default max file size of 5 MB and accepts integer values of 1 (MB) or more. I would like to set the max file size to 100 KB but values 0.1 or 0,1 MB are not allowed. Is there a way to set the max file size to 100 KB? Thanks!
asked
1 answers
2

You can use the java action getFileSize from community commons and do a validation/check after uploading. Not as nice as in the browser, but my best alternative for now.

answered