Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » ASP.NET FileUpload Validator   (RSS)
Sorry, but there are no more tags available to filter with.

Validating Image File for Content Type with ASP.NET FileUpload web control.

We use file upload web control in our sites, where we want only valid image types to be uploaded. Without talking much -> here are 3 ways to do it. 1. Accept attribute of fileUpload control - Doesnt work with most of the browsers (Bad with IE itself)
 
Page view tracker