Hi,
I've just made some tests and it turns out that if the image upload field is configured to "Max Fit" e.g. 600px x 600px if I upload an image 1.5MB it gets saved as 80KB. That's great news.
So now I can set the "Maximum Size" to something like 3MB without worrying about the size, but the problem still remains as the form still submits if the file size is exceeded and I get ugly empty file positions in the Content view with the title and the borders which are supposed to be for the image.
How to make the form not to submit if the file size is bigger than the allowed?
Thank you SEBLOD