如何在asp.net中为文件上传添加过滤器扩展

时间:2011-02-22 14:38:35

标签: c# asp.net visual-studio

  

可能重复:
  How do I Validate the File Type of a File Upload?

我想在我的asp.net页面中添加文件扩展名以过滤到文件上传控件。并在客户端进行验证。

如何动态设置文件扩展名。

ex:仅限图片( .jpg; .png; * .gif;)。

1 个答案:

答案 0 :(得分:0)

<属性窗格中的

&gt;过滤器&gt; “txt文件( .txt)| .txt |所有文件()|

或 object.Filter(“txt files( .txt)| .txt |所有文件()| ”);