Is there is any method for validating the dimensions of the image file before uploading to the server ..
In details
I had a PHP file upload form and image upload will restrict with specific dimensions . Already I am checking in server side and also I wanna check the image dimensions before uploading process
Please help
Thanks
Yes, it’s possible. pupload for example can resize images on the client side.
Take a look at the HTML5 runtime source to see how it determines the dimensions.