I know that it is possible in PHP to receive a certain file and get all information about it, such as extension, size, date, among others.
I'd like to know how you can get this information with javascript.
The user needs to select an image, and would like the image extension, size and height.