On Tue, 22 May 2012 21:45:54 +0100, <[email protected]> wrote:
> I get:
> 'multipart/form-data;
> boundary=---------------------------3503486491459979781761840034'
> 
> From my understanding, the MHD_lookup_connection_value should only
> return a 'multipart/form-data' null terminated. If that is true, what
> is going wrong?

I inspected the headers, and it looks for multipart/form-data the
boundary is part of the Content-type value, so I guess it makes sense
for MHD_lookup_connection_value to return it.

-- Stavros

Reply via email to