Revision: 19427
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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