Determine the real type of file vb.net
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 : .(extension), But if the user change the extension how i can get the re开发者_JAVA技巧al type of file?
Any ideas??
You should analyse the header contents of the uploaded data.
精彩评论