$path = APPPATH . '../htdocs/download/corp/商标申请委托书模版.doc';$filename = '商标申请委托书模版.doc';header("Content-Type: application/force-download");header("Content-Disposition: attachment; filename=".$filename);readfile($path);