Image management - limit file size

Can the upload file size of product_image be limited. I had some users that were not following my advice about optimizing images and were uploading files in excess of 3mb. I would like to force them to comply.
Put a face on your database
http://xataface.com/forum/
[product_image]
Type=container
allowed_extensions="jpg,gif,png"
visibility:list = hidden
visibility:list = hidden
validators:maxfilesize = 32000
validators:maxfilesize:message = "The file you uploaded was too big!!"
[product_image]
Type=container
allowed_extensions="jpg,gif,png"
visibility:list = hidden
visibility:list = hidden
validators:maxfilesize = 32000
validators:maxfilesize:message = "The file you uploaded is too big!!"