"; //Send file to user //Downloads must downloaded to harddisk //are not opened and showed inside browser //if possible file format (PDF/JPG...) //$att = (stristr($_SERVER['HTTP_USER_AGENT'],"MSIE")) ? "" : "attachment; "; if($download["f_type"]) { header("Content-type: ".$download["f_type"]); } else { header("Content-type: application/force-download"); } header('Content-Disposition: attachment; filename="'.$download["f_name"].'"'); header("Content-Length: " . filesize($dl_path.$dl_filename)); if(readfile($dl_path.$dl_filename)) { exit(); } else { $err = 4; } } else { $err = 1; //Wenn Datei nicht exisitiert } } else { $err = 2; //Wenn keine Datei aus Datenbank zurückgegeben wird } } } else { $err = 3; //Wenn keine korrekte id übergeben wird } if($err) { session_destroy(); ?> phpwcms File Error

An error (ID:) occured while trying to download a file of your directory.

Please login again
and try another file.

If you think that this might be a technical problem send an email to the webmaster.