RE: [PHP] Pushing a file to the browser

2007-01-03 Thread Peter Lauri
.lauri.se - personal web site www.carbonfree.org.uk - become Carbon Free -Original Message- From: Mike Mannakee [mailto:[EMAIL PROTECTED] Sent: Saturday, September 16, 2006 2:39 AM To: php-general@lists.php.net Subject: [PHP] Pushing a file to the browser Hello, I have a script I

RE: [PHP] Pushing a file to the browser

2007-01-03 Thread bruce
d file' to the user? is this the case? -Original Message- From: Mike Mannakee [mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 5:39 PM To: php-general@lists.php.net Subject: [PHP] Pushing a file to the browser Hello, I have a script I've created which takes a file

Re: [PHP] Pushing a file to the browser

2007-01-03 Thread Curt Zirzow
roman neuhauser describes it rather well on the other thread. Basically. the push in this context below, is the response php provides php.net/header has a lot of info about how to send a non html file back to the browser. Curt. On 1/2/07, Casey Chu <[EMAIL PROTECTED]> wrote: What do you mean b

Re: [PHP] Pushing a file to the browser

2007-01-02 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2006-09-15 20:39:16 -0400: > I have a script I've created which takes a file upload, monkeys with the > data in it, and needs to push the new file out to the browser. Everything > is coded and working up to that last point, but I've never pushed out a file > to the browser

Re: [PHP] Pushing a file to the browser

2007-01-02 Thread Casey Chu
What do you mean by `pushing`? On 9/15/06, Mike Mannakee <[EMAIL PROTECTED]> wrote: Hello, I have a script I've created which takes a file upload, monkeys with the data in it, and needs to push the new file out to the browser. Everything is coded and working up to that last point, but I've nev

[PHP] Pushing a file to the browser

2007-01-02 Thread Mike Mannakee
Hello, I have a script I've created which takes a file upload, monkeys with the data in it, and needs to push the new file out to the browser. Everything is coded and working up to that last point, but I've never pushed out a file to the browser before. Does anyone have the code for this layi