Harry Papadopoulos
Harry Papadopoulos

Reputation: 11

jquery file upload blueimp dimensions

Using the Jquery File Upload script found here, https://blueimp.github.io/jQuery-File-Upload/ is it possible to check the image dimensions before it gets uploaded on the server?

thanks

Upvotes: 1

Views: 354

Answers (1)

Daniele Ghirardelli
Daniele Ghirardelli

Reputation: 1

Yes, it is possible by enabling the image resizing.

You can read the wiki here:

jQuery-File-Upload Client-side-Image-Resizing

Upvotes: -1

Related Questions