1
Gestione documenti e download / Re: Problema con il download
« il: 27 Mar 2007, 12:33:08 »
Risolto! Grazie al forum ufficiale di docman. 
***
Open: administrator/components/com_docman/classes/DOCMAN_file.class.php
Find the section:
// No encoding - we aren't using compression... (RFC1945)
//header("Content-Encoding: none");
//header("Vary: none");
and change to:
// No encoding - we aren't using compression... (RFC1945)
header("Content-Encoding: none");
header("Vary: none");
***

***
Open: administrator/components/com_docman/classes/DOCMAN_file.class.php
Find the section:
// No encoding - we aren't using compression... (RFC1945)
//header("Content-Encoding: none");
//header("Vary: none");
and change to:
// No encoding - we aren't using compression... (RFC1945)
header("Content-Encoding: none");
header("Vary: none");
***