Tag Archives: images

Validating Image Uploads in CakePHP

Following on from my article on CakePHP – Uploaded File Validation in Models, today’s snippet will show you how to use Cake’s validation rules to reject invalid images, or images which do not conform to a specified mime-type. This code … Continue reading

Posted in CakePHP | Tagged , , , | 2 Comments