Mailinglisten-Archive |
"Helmut P. Fleischhauer" schrieb > ....................... > Hallo, > habe damit keine Probleme. > In der config.inc.php stehen die Pfade > $fname ist der Dateiname > Wird überwiegend für .tgz genutzt > download.php > <? > include ("config.inc.php"); > $file_ext = substr($fname, -4); > $content_type = "application/octet-stream"; > $full_file_path = $DOWNLOAD_PATH.$fname; > header("Content-Type: $content_type"); > header("Content-Disposition: atachment; filename=$fname"); > header("Content-Length: ".filesize($full_file_path)); > readfile($full_file_path); > exit(); > ?> auch mit octet-stream, sowie readfile habe ich es schon versucht im IE das selbe ergebnis
php::bar PHP Wiki - Listenarchive