これは私のコードです。
$data = file_get_contents("gpsfile/".$name); // Read the file's contents
force_download($name, $data);
$this->viewall();
コメントforce_download(),
$this->viewall
関数呼び出しが機能する場合は、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() が呼び出しを許可していません..助けてください