Help for this page
<FORM action="upload_action.asp" method="post" enctype="multipart/form +-data"> File on your machine to upload: <INPUT TYPE="file" NAME="file">
my $len= $Request->TotalBytes(); my $input= $Request->BinaryRead ($len); ... return \%result; }