Determine the real type of file vb.net
- by harold-sota
I have a asp.net vb.net app, with a upload file control, when i upload the file i can get the type of file the extension : .(some thing),
But if the user change the extension how i can get the real type of file?
Any ideas??