Group
Extension

Matches 1

CGI-FileUpload ( A/AL/ALEXMASS/CGI-FileUpload-0.03.tar.gz, ALEXMASS, 2007; MetaCPAN )
CGI-FileUpload/lib/CGI/FileUpload.pm ( view source; MetaCPAN )
it button"

=item return_format=>(keyonly|text|json): the type of output at submission time (default is keyonly, but a text key=value perl line, but json should also be possible)

=item form_name=>str
key();
  }elsif($retformat eq 'text'){
    $ret="key=".$self->key()."\n";
  }elsif($retformat eq 'json'){
    $ret='not yet...';
  }else{
    $query->header(-type=>'text/plain');
    die "unknown retu

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.