문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top