RE: Streaming a file to a remote user

2004-04-26 Thread Price, Jason (TLR Corp)
presented by the browser? I'd like to just leave "open", "cancel", and "more info" as option. This may not be possible, but thought I'd check... Thanks. Jason -Original Message- From: Shaun Fryer [mailto:[EMAIL PROTECTED] Sent: Saturday, March 2

Re: Streaming a file to a remote user

2004-04-02 Thread Shaun Fryer
Hi Jason, Good advice. Keep in mind that it was just something to get him started. I don't have time to write the software for him in entirety unless I'm getting paid, so I just sent off some code I've had sitting around in partial completion in my dev/ folder for a couple years now. It works fine

RE: Streaming a file to a remote user

2004-03-30 Thread Charles K. Clarkson
On Friday, March 26, 2004 12:50 AM, Shaun Fryer <[EMAIL PROTECTED]> wrote: : : > 4. Decoded file is streamed to user, who saves the file locally. : > Jason [snip] : #!/usr/bin/perl : : ## : To download a file via a GET request : http:/

Re: Streaming a file to a remote user

2004-03-29 Thread Shaun Fryer
> 4. Decoded file is streamed to user, who saves the file locally. > Jason Below I've provided a starting point to answer your 4th question anyway. It doesn't have a proper strict style or complete error reporting, but it does work (last I checked) and should get you started. -- ===

Re: Streaming a file to a remote user

2004-03-29 Thread Shaun Fryer
> 4. Decoded file is streamed to user, who saves the file locally. > Jason Below I've provided a starting point to answer your 4th question anyway. It doesn't have a proper strict style or complete error reporting, but it does work (last I checked) and should get you started. -- ===