Quote:
Originally Posted by efil
|
Oh ... that sort of hurt my head!:knockedout:
Okay, I'd like you to try modifying the plugin to see if this helps.
In the admincp, go to Plugin System -> Plugin Manager. Edit the plugin "ecDownloads Buddy Routines".
Look for the following lines:
PHP Code:
case "pdf": $ctype="application/pdf"; break;
case "exe": $ctype="application/octet-stream"; break;
add two lines between the two above so you have:
PHP Code:
case "pdf": $ctype="application/pdf"; break;
case "wmv": $ctype="video/x-ms-wmv"; break;
case "WMV": $ctype="video/x-ms-wmv"; break;
case "exe": $ctype="application/octet-stream"; break;