How to filter which files can be seen on upload dialog box?

前端 未结 2 1933
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-27 17:52

In an ASP.NET MVC application which is not to have client side objects like ActiveXes, Flash or Java Applets (JavaScript is OK), is it feasible to imagine it being possible that

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-27 18:44

    The input element supports an accept attribute which is supported by modern browsers like Chrome:

    
    

    Sadly this is not supported by IE, not even IE9.

    Regards, Martin Cordova www.martincordova.com Dinamica - Java EE/Ajax/SQL framework with Eclipse based webapp generators.

提交回复
热议问题