|
From: | silvioprog |
Subject: | Re: [libmicrohttpd] POST multipart/form-data + boundary = fail |
Date: | Wed, 5 Apr 2017 17:13:49 -0300 |
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".After some googling, it seems this content-type is used by some clients, e.g: http://stackoverflow.com/questions/2305218/what-is-the- and https://ru.wikipedia.org/wiki/boundary-parameter-in-an-http- multi-part-post-request Multipart/form-data , however, I'm not sure if it is a bug in MHD or in the client.Sorry for not sending an example to reproduce the problem, I really don't know how to reproduce it (curl?). :-/
[Prev in Thread] | Current Thread | [Next in Thread] |