tags:

views:

35

answers:

1

Hi,

Is it possible to validate the image dimension on client side using jquery or any other framework,

Thanks in Advance

Have a nice day.

+1  A: 

If you mean:

Is it possible to access an image file specified in a file input and find out its dimensions without submitting the form to the server?

Then, no, it isn't possible in a standard browser security context.

David Dorward