im uploading images..like so...
@copy($image, "$imagefile/$image_name") or die("bla bla");
i need php to find out width and height of the image before uploading so that i can limit the (width/height) of uploads to a max size...(ie 400x400)
anyone know how!?
thx