I'm uploading an image to in php, and during the process of uploading I need to know the length and width of it (so it can't be too long or too small). How would I do that? The only info you'd need is the $form_data which is the image itself. Try not telling me too hard, and only the most basic php code. Thx
Oops, how would I find its file size also