How to get image resolution data from uploaded image in express? [duplicate]
问题 This question already has answers here : Opening images on NodeJS and finding out width/height (3 answers) Closed 6 years ago . I am using express 3 to make a http server which uploads the image in a designated folder but I am not able to get the image resolution in the req object . I tried looking in req.files and req.files.images and req.files.headers but I could not find that information . How can I get the resoultion of the uploaded image . 回答1: See solution here: Opening images on NodeJS