RE: [PHP] Downloading MySQL Files

2003-11-10 Thread Erik Osterman
contains the raw binary form of the file you wish to send. Regards, Erik Osterman http://osterman.com/ -Original Message- From: Stephen Craton [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 5:07 PM To: PHP List Subject: [PHP] Downloading MySQL Files I have a database which

Re: [PHP] Downloading MySQL Files

2003-11-10 Thread John Hicks
On Monday 10 November 2003 08:07 pm, Stephen Craton wrote: > I have a database which keeps some normal files in > LONGBLOBS. I then call up a file called download.php > to retrieve the file from the database, echo out > it’s contents, and it’s type, and all that so they > download it. > However,

RE: [PHP] Downloading MySQL Files

2003-11-10 Thread Stephen Craton
ECTED] Sent: Monday, November 10, 2003 8:31 PM To: Stephen Craton Subject: Re: [PHP] Downloading MySQL Files On Monday 10 November 2003 08:07 pm, Stephen Craton wrote: > I have a database which keeps some normal files in > LONGBLOBS. I then call up a file called download.php > to retrieve the

[PHP] Downloading MySQL Files

2003-11-10 Thread Stephen Craton
I have a database which keeps some normal files in LONGBLOBS. I then call up a file called download.php to retrieve the file from the database, echo out it’s contents, and it’s type, and all that so they download it. However, if the user clicks the download link, they download the actual download.p