in reply to Trouble with browser file upload for large files
if (!fork) { # doing stuff in child process... # open your file handle here while (my $bytesread = read($filesource, my $buffer,1024)) { print OUTFILE $buffer; } # you could also write to a 'status' file and display that back to t +he client ;) exit; } print $cgi->header(); print "Your upload is in process... see this status.html page for the +status (changes every once in awhile :)\n"; exit;
$"=q;grep;;$,=q"grep";for(`find . -name ".saves*~"`){s;$/;;;/(.*-(\d+) +-.*)$/; $_=["ps -e -o pid | "," $2 | "," -v "," "];`@$_`?{print"+ $1"}:{print" +- $1"}&&`rm $1`; print$\;}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Trouble with browser file upload for large files
by Baz (Friar) on May 28, 2002 at 23:21 UTC | |
by cLive ;-) (Prior) on May 29, 2002 at 00:23 UTC | |
by Baz (Friar) on May 29, 2002 at 07:38 UTC | |
by zakb (Pilgrim) on May 29, 2002 at 15:06 UTC | |
by Baz (Friar) on May 29, 2002 at 17:20 UTC |