how can we check file types before uploading them in asp.net?
- by LostLord
how can we check file types (formats such as jpg) without using file extensions before -uploading them- in asp.net with c# ?
i am using vs 2008 + asp.net + c# + TELERIK Controls (RadUpload)
=========================================================================================
imagine that some body change the text file extension to jpg and select it in a upload conrol such as radupload ...
how can we recognize that this file is truely jpg or not?