I want To validate Image Height And Width on Submit in Magento Admin Back-end. I want to upload & different Sizes Of Images by magento admin...So For That I want to validate image Height and Width In magento admin form upload field...
$fieldset->addField('image_1', 'file', array(
'label' => Mage::helper('frontlayout')->__('Layout Image'),
'required' => true,
'name' => 'image_1',
'class' => 'required-entry',
));