Hello masters,
I have a server that receives uploads (more than one file per request) and I've noticed in my logs that a specific client is sending the following content-type:
Content-Type: multipart/form-data; boundary=-------Embt-Boundary--6B63449418F96CEB
But MHD_post_process() can't process it, and my callback iterator is never called, raising my exception "No file uploaded".
Sorry for not sending an example to reproduce the problem, I really don't know how to reproduce it (curl?). :-/