Re: Turn off enctype

2005-11-07 Thread David Dorward
On Mon, Nov 07, 2005 at 05:25:27PM -, Dermot Paikkos wrote: > I need to turn off the enctype attribute within a form Why? > The docs I have read say that application is the default but that > doesn't seem to be the case. [EMAIL PROTECTED]:~$ perl -MCGI -e'print CGI->start_form()' Looks

Turn off enctype

2005-11-07 Thread Dermot Paikkos
Hi, I need to turn off the enctype attribute within a form but even if I specify -enctype => 'application/x-www-form-urlencoded' I end up with 2 encoding types: The docs I have read say that application is the default but that doesn't seem to be the case. "For compatibility, the start_form(