function dow_file($filename){ header('Accept-Length:'.filesize($filename)); header('Content-Disposition:attachment;filename='.basename($filename)); readfile($filename); } dow_file('www.zip');
이 파일 아래에 www.zip 파일이 존재합니다. 그리고 디렉토리가 정확합니다.
그런데 열리는 페이지가 비어있습니다. 지금도 그것은 그림이다. 또한 잘못된 형식으로 구문 분석됩니다.
확장 기능을 열어야 하는 경우 선생님께 문의해 주세요.