Searched defs:upload_hook (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm354 $self->upload_hook(shift @initializer, shift @initializer);
404 sub upload_hook { subroutine
412 $self->{'.upload_hook'} = $hook;
3656 if (defined $self->{'.upload_hook'})
3659 &{$self->{'.upload_hook'}}($filename ,$data, $totalbytes, $self->{'.upload_data'});
3758 if (defined $self->{'.upload_hook'})
3761 &{$self->{'.upload_hook'}}($param ,$data, $totalbytes, $self->{'.upload_data'});
6343 If using the function-oriented interface, call the CGI::upload_hook()
6346 CGI::upload_hook(\&hook [,$data [,$use_tempfile]]);

Completed in 58 milliseconds