Help for this page
my $filename = param("incoming"); my $handle = upload("incoming"); ... while (read($handle,$buffer,2048)) { $_tFileContains .= $buffer }