개발/라라벨

laravel. 이미지 width, size 구하기

ttoance 2022. 6. 14. 11:43

이미지 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

 

반응형