Tag Archives: Yii ImageYii Validation

Image Upload With Dimension Validation In Yii Model

This tutorial will help you to upload the image with image extension validation, image size validation and image dimension validation. So we can fix the width and height for image. CFileValidator is used to validate the file or image types, image maximum size, image minimum size etc. To validate the dimension, we dont have option […]