header('Content-type: application/force-download'); header('Content-Disposition: attachment ; filename="EGdeconvExamples2.70"'); $file='EGdeconvExamples2.70'; $stat = @stat($file); header('Content-Length:'. $stat['size']); passthru("cat $file",$err); exit() ?>