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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm245 start_multipart_form end_multipart_form isindex tmpFileName uploadInfo URL_ENCODED MULTIPART/],
1000 'MULTIPART' => <<'END_OF_FUNC',
1001 sub MULTIPART { 'multipart/form-data'; } subroutine
1937 # $enctype ->encoding to use (URL_ENCODED or MULTIPART)
1965 # $enctype ->encoding to use (URL_ENCODED or MULTIPART)
1976 $enctype = $self->_maybe_escapeHTML($enctype || &MULTIPART);
1999 return $self->start_form(-enctype=>&MULTIPART,@p);
2003 return $self->start_form($method,$action,&MULTIPART,@other);
6018 in B<&CGI::MULTIPART>
6190 by calling B<start_form()> with an encoding type of B<&CGI::MULTIPART>,
[all...]

Completed in 27 milliseconds