in reply to Re^2: enctype required??
in thread enctype required??

What happens if you add
<%=$Request->ServerVariables(CONTENT_TYPE) %>
in your page somewhere (using the first version of your form)?

Replies are listed 'Best First'.
Re^4: enctype required??
by davidg (Initiate) on Apr 03, 2005 at 03:18 UTC
    The response to <%=$Request->ServerVariables(CONTENT_TYPE) %> is:
    application/x-www-form-urlencoded
    as expected. It must be a CGI thing.