06-18-2010, 09:07 PM
This should solve your problem.
You must uncomment:
header("Content-Type: " . $content->getMimeType());
around the line 70 in the file op/op.Download.php
this set the file type in the header sent to the browser.
Next release will fix it but meanwhile you can edit the file by hand.
You must uncomment:
header("Content-Type: " . $content->getMimeType());
around the line 70 in the file op/op.Download.php
this set the file type in the header sent to the browser.
Next release will fix it but meanwhile you can edit the file by hand.