[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] Re: MHD: not getting form data
From: |
Christian Grothoff |
Subject: |
[libmicrohttpd] Re: MHD: not getting form data |
Date: |
Mon, 26 Apr 2010 06:46:47 +0200 |
User-agent: |
KMail/1.12.4 (Linux/2.6.31-14-generic; KDE/4.3.5; i686; ; ) |
Hi Eric,
You need to explicitly create a MHD PostProcessor for processing of any upload
data. MHD_get_connection_values only works for values that are part of the
URL, not those that are part of the body/upload data.
Best,
Christian
On Monday 26 April 2010 12:52:45 am you wrote:
> Hi Christian. Just a quick problem with MHD. I get this header:
>
> Content-Type : application/x-www-form-urlencoded
>
> and the data is small, but upload_data_size is non-zero. I thought MHD was
> supposed to hand me the form via MHD_get_connection_values?
>
> Thanks for your help.
>
> erik
>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libmicrohttpd] Re: MHD: not getting form data,
Christian Grothoff <=