http://qs1969.pair.com?node_id=148341


in reply to saving the file uploaded...

I'm not too familiar with saving uploaded files, but don't you want:
$FileStream = $FileHandle->param('AUT_File');

Replies are listed 'Best First'.
Re: Re: saving the file uploaded...
by chromatic (Archbishop) on Feb 28, 2002 at 19:36 UTC
    The upload() method is the recommended means to get a filehandle. It was added in version 2.47 (quite a while back). The OP might also want binmode, if his platform warrants it.