Available image information with FileReader API

Hi,

I know the following information can be obtained from an image file using the FileReader API:

  • image name
  • image size
  • image width
  • image height

I was wondering if there is any other obtainable information that I am missing.

Thanks.

You can get the last modified date and the image type.

1 Like

Thanks, I’ll check that.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.