Unforunately you can't validate file type, but you can ensure the correct size using the Image Cropper datatype.
Umbraco also comes with Image Processor, which you can use to dynamically resizes images and file type on the fly. You just need to append querystring parameters after the URL of your image eg.
Media Picker valiadation
is it possible to validate the picture size and type?
Hi Ennija,
You can't validate picture size by just writing size at description field. You can only write some custom control for that.
Cheers
Unforunately you can't validate file type, but you can ensure the correct size using the Image Cropper datatype.
Umbraco also comes with Image Processor, which you can use to dynamically resizes images and file type on the fly. You just need to append querystring parameters after the URL of your image eg.
This would force output at 600 x 250 as a JPEG.
is working on a reply...