开发者

Determine the real type of file vb.net

开发者 https://www.devze.com 2022-12-29 00:06 出处:网络
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),

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消