이미지 width, size 구하기 list($width, $height) = getimagesize(Input::file('file')); how to check image dimensions before upload in laravel 4 I am new in laravel 4. I want to upload photo with maximum dimensions 800x600. Please help to guide me! stackoverflow.com