when i click a link on browser which opens a file (. PDFs ,.doc,....) how to find the mime type of that file which is getting opened using browser helper object? i am new please help me thanks in advance.
Asked
Active
Viewed 208 times
1 Answers
1
You can install a PassThru App and read the HTTP header. Then you can parse the header text to get the MIME type, and good luck with that.

Community
- 1
- 1

Sheng Jiang 蒋晟
- 15,125
- 2
- 28
- 46
-
no i want to achieve it through c++ or visualc++ not through any of tools – sukumar Nov 08 '12 at 04:30
-
a pass thru app is a plugin you need to write, it is not a tool ready for use. – Sheng Jiang 蒋晟 Nov 08 '12 at 20:51