in reply to Form content-type (ENCTYPE) is not being set

According to HTML and XHTML, you have three options for encoding types. The first is the default, 'application/x-www-form-urlencoded'. The other two are 'multipart/form-data' and 'text/plain'.

These don't exactly seem to correspond to MIME-types. Change your encoding type to 'text/plain' and see if that cures it.

  • Comment on Re: Form content-type (ENCTYPE) is not being set