Hello everyone,
Any idea about how to get the content-type for a video file? I am writing an ASP.Net application which writes video binary content back to browser client to invoke related media player, and needs to fill-in the content-type field of response header.
thanks in advance,
George
George GeorgePosted Dec 14, 2008, 4:29 AM
It is read from file (video files). Any ideas to my original question? Thanks.
regards,
George
Bechir BejaouiPosted Dec 11, 2008, 6:58 PM
George GeorgePosted Dec 11, 2008, 7:52 AM
At server side, I have some video cached in memory (stored as byte[]) and want to write them back to client in order to trigger client to play a video.
In order to do that, I think I need to fill the content-type response Http header, correct? This is why I asked this question. Any ideas?
regards,
George
Bechir BejaouiPosted Dec 10, 2008, 3:12 PM