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