= 4.2) // Dialogue de téléchargement header("content-type: application/octet-stream"); // seulement pour application/octet-stream ! header("Content-Disposition: attachment; filename=WP/".$_GET["d"]); // Ouvrir avec MSWord header("content-type: application/msword"); // Ouvrir avec MSExcel header("content-type: application/vnd.ms-excel"); // Ouvrir en Text header("content-type: text/plain"); // Ouvrir en PDF header("content-type: application/pdf"); flush(); // Envoie le buffer readfile($_GET["d"]); // Envoie le fichier } else { ?> Download