PDA

View Full Version : upload images of a certain size



SmoothDime
April 20th, 2005, 09:45 PM
Im using a simple html form to upload images to my server.

i'd like to only allow images that are of a certain dimensions to be uploaded. i only want images that are 15 pixeles by 15 pixels to pass through the uploading process.

so how can i determine the width and height of the image before i save it onto my server?

does PHP have these variables available of do i have to use gd?

b.rich
April 21st, 2005, 03:33 AM
have a look here:

http://us3.php.net/manual/en/function.getimagesize.php