jck has asked for the wisdom of the Perl Monks concerning the following question:
print start_form({ -action => "$thisscript", -enctype => "application/x-www-form-urlencoded", -method => "post" });
is giving me this HTML result:
<form method="post" action="ti_login.pl" enctype="multipart/form-data" + enctype="application/x-www-form-urlencoded">
for the most part, i really like using CGI.pm, but i'm confused...please help me understand. TIA
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI form enctype values
by ikegami (Patriarch) on Jun 13, 2006 at 17:03 UTC |