Using Shell32 to extract Mimes on Windows Server 2008
- by Léon Pelletier
In a desktop app, I'm using Shell32 to extract Mime infos and ID3 tags.
I want to do the same in ASP.Net on server side with http posted files, plus fetch some other infos, but as a Windows Server 2008, there are not several media applications installed, so I wonder if it will still retrieve a lot of informations from the files.
Will it be possible to do it from server side?
If yes, will it fetch several Mimes without media app installed.
If not, is there some Mime pack to get some file informations without the app being installed.
[EDIT]
I installed VLC player and Windows Media Player on the server, which provide all MP3s / movies infos (Duration, Artist, Album, Width, Height, etc.), but I don't know if this is a good practice.