0
這是我的代碼。使用force_download後無法在控制器中調用函數
$data = file_get_contents("gpsfile/".$name); // Read the file's contents
force_download($name, $data);
$this->viewall();
如果我評論force_download(),
$this->viewall
函數調用作品 是force_download()不會讓呼叫..請幫助
'$ this-> load-> helper('download');'你用過幫手 – Ghostman
if(force_download()){$ this-> view_all();} –
是的,我用過幫手。 –