Has anyone figured out how to make the captcha work when
enctype="multipart/formdata" ? I am using classic asp and I can get
the captcha to work fine if I remove the enctype, but it will not work
if it's in there.
thanks
On Sep 9, 11:38 am, Jeff Enderwick <
jeff.enderw...@gmail.com> wrote:
> Yeah - I just figured this out coincidentally :-). Look athttp://
www.w3.org/TR/html401/interact/forms.html#h-17.13.4
> search into the page for 'Larry' and you will find an example of
> multipart form upload in conjunction with POST parameters. I just go
> through testing this (using Cocoa, not Javascript), and it does work
> (I am using Django on the server side). BE CAREFUL about the \r\n and
> \r\n\r\n - make them as you see it in the example, if you do not, you
> may be f*cked.
>
> On Wed, Sep 9, 2009 at 11:11 AM, kd yadav<
kdy...@gmail.com> wrote:
>