list($width,$height)=getimagesize($_FILES[‘business_logo’][‘tmp_name’]);
Tag Archives: Image
Image path in phtml files – Magento
<?php echo $this->getSkinUrl(‘images/your_image_name.jpg’) ?>
The function will return the full path of the image given as parameter .