in reply to Re: apache::aspin thread apache::asp
my $fh = $Request->FileUpload('upload_file', 'FileHandle'); use File::Copy; copy $fh, "/where/you/want/to/write/it" or die "..."; [download]
-- Randal L. Schwartz, Perl hacker