Send a file

2008-02-19 Thread Beginner
Hi, I am trying to send a file in response to a request but am having trouble. Here's what I have so far. I am not certain what the headers should be. I am not getting any more info from my error_log except Premature end of script headers. my $s = (stat($file))[7]; my $filename = $user

Re: Send a file

2008-02-19 Thread Jay Savage
On Feb 19, 2008 7:15 AM, Beginner [EMAIL PROTECTED] wrote: Hi, I am trying to send a file in response to a request but am having trouble. Here's what I have so far. I am not certain what the headers should be. I am not getting any more info from my error_log except Premature end of script