phpbar.de logo

Mailinglisten-Archive

[php] Download

[php] Download

Kohler, Benjamin php_(at)_phpcenter.de
Thu, 28 Mar 2002 10:50:38 +0100


Hallo Liste,

ich hab in der Datenbank ein File hochgeladen (z.B. test.zip)
Dieses File will ich jetzt zum Download anbieten.

Ich versuche es mit folgendem Code:

header("Content-disposition:
        filename='$name'");
header("Content-type:
        application/pctetstream");
header("Pragma: no-cache");
header("Expires: 0");

$query = "select file from file_upload where ID = $IDno";
$result = mysql_query($query);

$row = mysql_fetch_array($result);
$code = stripcslashes($row["file"]);
echo $file;

Leider bekomme ich dabei folgende Fehlermeldung:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable
to complete your request.
Please contact the server administrator, benjamin.kohler_(at)_entire.de
and inform them of the time the error occurred, and anything you might
have done that may have caused the error.
More information about this error may be available in the server error log.

Kann mir bitte jemand weiterhelfen? Wie kann ich das File anzeigen lassen,
so dass beim Klick darauf das Download-Fenster aufgeht?

Gruß

Benjamin Kohler
Entire Software AG


php::bar PHP Wiki   -   Listenarchive