How to get file size from clientside using javascript in IE?

前端 未结 5 957
走了就别回头了
走了就别回头了 2020-12-31 15:03

I used the following methode

HTML


JavaScript

5条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-31 15:42

    IE up to version 9 does not support the file API which is needed to get the file size. IE10 does not support file size.

提交回复
热议问题