Determining image file size + dimensions via Javascript?

后端 未结 11 1251
执念已碎
执念已碎 2020-11-22 07:00

As part of a web app, once images have been downloaded and rendered on a web page, I need to determine an image\'s file size (kb) and resolution within the browser context (

11条回答
  •  暖寄归人
    2020-11-22 07:35

    The only thing you can do is to upload the image to a server and check the image size and dimension using some server side language like C#.

    Edit:

    Your need can't be done using javascript only.

提交回复
热议问题