摘要:
How to check the FileUpload control on Client code(Brower) First the FileUpload control is support Validator control so we can use RegularExpressionValidator, CustomerValidator, because we can't set Ignore case property on Regular Expression Validator , so i like use CustomerValidator to check the Extension. The code on below, you can copy the code block to your page, and add one CustomerValidator 阅读全文