I have a JPS with a form in which a user can put an image: I have written this js: which works fine to check file type and size. Now I want to check image width and height but I cannot do it. I have tried with target.files[0].width but I get undefined. With other ways I get 0. Any suggestions?