Help for this page

Select Code to Download


  1. or download this
        my $filename = param("incoming");
        my $handle   = upload("incoming");
    ...
        while (read($handle,$buffer,2048)) {
            $_tFileContains .= $buffer
        }