header("Content-type: application/octet-stream");header("Content-Disposition: attachment; filename=\"$archivo[0]\"\n");$fp = fopen($archivo[0], "r");fpassthru($fp);