Validate FileUpload Control In ASP.Net
Posted
by Lalit
on Stack Overflow
See other posts from Stack Overflow
or by Lalit
Published on 2010-05-25T12:43:00Z
Indexed on
2010/05/25
13:01 UTC
Read the original article
Hit count: 273
fileupload
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?
© Stack Overflow or respective owner