(06-18-2010, 09:07 PM)matteo lucarelli Wrote: 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.
Thanks for the information. I uncommented that line which was at line 69 in my op.Download.php file I then tested it didn't fix the issue, so then I also uncommented the same line at lines 113 & 137 as well. However it still doesn't work.
(06-18-2010, 09:07 PM)matteo lucarelli Wrote: 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.
Thanks for the information. I uncommented that line which was at line 69 in my op.Download.php file I then tested it didn't fix the issue, so then I also uncommented the same line at lines 113 & 137 as well. However it still doesn't work.