So, there is a maxsize
setting for the file blueprints that let’s us set an upload limit: the docs, File blueprint | Kirby CMS, state it should be an integer. But which unit is that setting in? Byte, kilobyte, megabyte?
It’s in byte.
1 Like
Thanks!