Hi, Am 17.02.2014 13:58, schrieb Christian Grothoff:
if (*upload_data_size > 0)
{
*upload_data_size = 0; // consume
return MHD_YES;
}
that did it!
Thank you very much,
Sebastian
Hi, Am 17.02.2014 13:58, schrieb Christian Grothoff:
if (*upload_data_size > 0)
{
*upload_data_size = 0; // consume
return MHD_YES;
}
that did it!
Thank you very much,
Sebastian