I using jquery-filedrop and i allowed user to upload file only PNG & JPG
But how can I check image size (like pixel) ?
Possible to get image size in file object ?
After I looked at the file object in console.log , it's nothing about image size.


Or I have to check in PHP or append image so .width() & .height() (REF)?
 
     
    