when you say "works fine", what does that mean. does it load in the 
browser with the plugin, offer to save to a file?

are you setting the disposition explicitly or letting the browser decide?
% $r->header_out( 'Content-Disposition'=> "inline; filename=$save_as" );

what is the error that ie gives?

were you careful not to include any extra whitespace, includes, headers, 
etc in the output?

J Cook wrote:
> I am generating a pdf on the fly and serving it up with mason, I set the 
> headers out -> content type application/pdf and this works fine in 
> Mozilla and Firefox but Internet Explorer throws an error and won't 
> proceed with the download. Anyone have any clue as to why this is?
> 
> Justin
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Mason-users mailing list
> Mason-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mason-users

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to