Validate FileUpload Control In ASP.Net
- by Lalit
Hi,
I want to validate asp FileUpload Control using in asp.net. That should accept only the .xlsx and .xls files. Validations may be on server side or client side. but client side will better.
How to do this?