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

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

I used the following methode

HTML


JavaScript

5条回答
  •  无人及你
    2020-12-31 15:18

    IE doesn't supply file size information I'm afraid. You might be able to use HTML5 File API with IE10, see here:-

    Javascript to check filesize before upload in Internet Explorer

提交回复
热议问题