is there specific way how can restrict upload image ratio 16:9 in cakephp 2.3?
i don't think did any research on yourself... here basic concept:
- don't use component, use model or behavior instead
- create custom validation rule
- get image size inside rule, calculate ratio , (in)validate file field if doesn't match ratio.
Comments
Post a Comment