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: form method=get action=/cgi-bin/myscript.pl enctype=multipart/form-data enctype=application/x-www-form- urlencoded name=myform The

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()' form