Getting upload file size before upload

前端 未结 5 572
故里飘歌
故里飘歌 2020-12-20 16:07

When the user selects a file to be uploaded, is there a way I can get the exact size of this file before the upload even begins? I\'m guessing this needs to be done on the c

5条回答
  •  甜味超标
    2020-12-20 16:37

    This cannot be done in pure Javascript in current browsers.

    Instead, you can use Uploadify, which uses Flash.

    In non-IE browsers, you can also use HTML5 to read files on the client.

提交回复
热议问题