[libmicrohttpd] POST multipart/form-data + boundary = fail

2017-04-05 Thread silvioprog
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

Re: [libmicrohttpd] POST multipart/form-data + boundary = fail

2017-04-05 Thread silvioprog
Oops, sorry the noise, the problem is totally related to the client, that is sending a wrong content. On Wed, Apr 5, 2017 at 3:34 PM, silvioprog wrote: > 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