how validate file size using HTML and Javascript on client side

后端 未结 3 991
轮回少年
轮回少年 2020-11-30 07:01

How can I validate the file size on the client side using JavaScript? I am using type=file for selecting the file

3条回答
  •  抹茶落季
    2020-11-30 07:49

    I would like to combine the two different ways of checking file size on client side using javascript. I have tested it on FF/IE/Chrome and it works fine:

     
    
        

提交回复
热议问题