WMV video file won't play after download via HTTP,
Error: file you are attempting to play has an extension that does not match the file format. I click yes to play it anyway, and it says the file is corrupt or wmp doesn't support the format.
header("Content-Type: video/x-msvideo");
header("Content-Disposition: attachment; filename=$filename");
readfile("$folder/$filename");
The video file plays ok otherwise. And the save prompt has all the right info minus an icon. It has the filename and extension correct, and has the content type as: Windows Media (TM) Video File.
Same problem in all browsers.