Image dimension upload restriction?

We need to upload restrict an image size on a certain template. We only want them to be able to upload a certain size image. 300 x 300 dimensions. Any idea how to do this would be great

Thanks

https://getkirby.com/docs/panel/blueprints/file-settings

I think this might solve it.

Any idea how to limit an image upload to a specific dimension. We want 350x 125 and no more.

Thanks

Brandon

Do you mean exactly that size, not smaller, not bigger?

If you are using roles, have a look into permissions. They allow you to really fine-tune what a user with a particular role may or may not do. If you have several different roles, you would have to repeat this for every role with upload permissions, though.