Help for this page

Select Code to Download


  1. or download this
    my $fh = $query->upload('upload_file');
    my $filename = $query->param('name');
    ...
        print OUTF $buffer;
    }
    close OUTF;