Ajax判断图片类型

ASP.NET中的Ajax判断图片类型

<asp:RegularExpressionValidator ID="FileValidator" runat="server" ControlToValidate="File1" Display="dynamic" ValidationExpression=".*([\.jpg]|[\.jpeg]|[\.jpe]|[\.gif]|[\.png]|[\.JPEG]|[\.JPG]|[\.GIF]|[\.bmp]|[\.BMP])$" ErrorMessage="jpg,jpeg,jpe,gif,png,JPEG,JPG,GIF,bmp,BMP"></asp:RegularExpressionValidator>

posted @ 2013-10-15 22:07  源起  阅读(216)  评论(0编辑  收藏  举报