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
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
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:/
> 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.
--
===
> 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.
--
===
I'm trying to figure out a way to stream a file to a remote user, and be able to
determine that the download completed, so I can delete the file being streamed. I may
be missing an obvious way to do this, so I'm hoping you all can help me out.
Here's the sequence of events I'm after:
1. User