Help for this page

Select Code to Download


  1. or download this
    sub thisupload{
            my $self = shift;
    ...
            }
            return $self->template({ file => 'getFile.html', vars => {erro
    +r => $error,}});
    }
    
  2. or download this
    <form action="[% userbase %]/user.pl" method="POST" name="form1" encty
    +pe="multipart/form-data">
    <input type="hidden" name="rm" value="thisupload">
    ...
    <input type="file" name="file"/>
    <input type="submit" value="Submit">
    </form>