[PHP] Re: File downloads

2006-06-07 Thread Barry
kartikay malhotra schrieb: Dear All, I have a HTTP server + MySQL database. Everytime a file is requested for download, my PHP script loads the content from the database into a temporary file (on the server). I then pass a URL to the client, with a link to this file. The client can thus downlo

[PHP] Re: file downloads using header problem

2004-02-10 Thread memoimyself
Hello Joshua, On 9 Feb 2004 at 15:45, Joshua Minnie wrote: > Does anybody have any idea to allow for multiple downloads while another > one was going on. Maybe some additional headers? I have tried adding > headers before and after where I open the file for HTTP/1.1 200 OK and the > correspondi