Hi,
ich will in contenido ein Modul machen, das mir ein paar Daten aus der DB holt und die als File zum download anbietet.
Klappt das, wenn man ein leeres layout wo nur CMS_Container[1] drin ist macht
und da das modul reinpackt, das dann
header("Content-Type: application/octet-stream");
header("Content-Disposition: attachment; filename=\"$datei\"");
echo "bla";
das als datei zum speichern anbietet ... ?
download Modul
theoretisch in der 4.4.x ja
in der 4.5 müsstest du etwas in der funktions.con.php ändern da dort grundsätzlich ein text/html header gesetzt wird...
in der 4.5 müsstest du etwas in der funktions.con.php ändern da dort grundsätzlich ein text/html header gesetzt wird...
*** make your own tools (wishlist :: thx)