Download Mail v1.00 Released! (New Plugin)

12 posts by 5 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: June 9, 2010   (RSS)

By Dave - June 9, 2010

Hi Brian,

That one was a little tricky to figure out. Turns out IE sometimes ignores the content type and "guesses" at what it should do. Try adding this line (in red) to run.php to fix it:

// Force IE to display as text and not download file
header("Content-Disposition: inline; filename='sample.txt'");

require_once "../../lib/init.php";
...


Let me know if that works for you.
Dave Edis - Senior Developer
interactivetools.com