<?php
  $titre
=$_REQUEST['titre'];
  
  
header("Content-Type: application/octet-stream");

  
readfile("../../fichiers/$titre");
?>