Return to Snippet

Revision: 19427
at October 23, 2009 11:33 by Zwendel


Initial Code
/*Display file in brower*/
header('Content-Disposition: inline;');

/*Show the open/save/cancel dialog*/
header('Content-Disposition: attachment;');

Initial URL


Initial Description


Initial Title
Display file in browser  or show open/save dialog first

Initial Tags
file

Initial Language
PHP