Dateien zum Download über DBFS
Verfasst: Di 15. Sep 2009, 19:52
Wer schonmal versucht hat Dateien zum Download über das DBF-System einzustellen, bekommt mitunter Probleme mit dem Internet Explorer. (Datei wird im Browser geöffnet oder als HTM-Datei zum Download angeboten
)
Schuld daran ist der sendende Header in contenido/classes/class.dbfs.php - Funktion outputFile():
header("Content-Disposition: filename=$file");
-->
header("Content-Disposition: attachment; filename=$file");
Gruß Tbird

Schuld daran ist der sendende Header in contenido/classes/class.dbfs.php - Funktion outputFile():
header("Content-Disposition: filename=$file");
-->
header("Content-Disposition: attachment; filename=$file");
Gruß Tbird