A
Anonymous
Guest
Good Day!
how get the image size of the uploaded image? Can any ine help me?
I have a Code"
$file = $_FILES['image']['tmp_name'];
$image_size = getimagesize($file);
echo"$image_size";
it returns Array. How to get the value example 100x100?
Coz i want to test the uploadedmage that if it greater than 100x100 it will not uplaoded.
Help is greatly appreciated
how get the image size of the uploaded image? Can any ine help me?
I have a Code"
$file = $_FILES['image']['tmp_name'];
$image_size = getimagesize($file);
echo"$image_size";
it returns Array. How to get the value example 100x100?
Coz i want to test the uploadedmage that if it greater than 100x100 it will not uplaoded.
Help is greatly appreciated