Hi,

To be specific, my client is sending me data with Content Type
multipart/related.  As per the MHD guide, I should get the complete data
stream. But, I am not getting so. Any idea what could be wrong ?

MHD understands POST data and is able to decode certain formats (at the
moment only application/x-www-form-urlencoded and multipart/form-data)
using the post processor API. The data stream of a POST is also provided
directly to the main application, so unsupported encodings could still be
processed, just not conveniently by MHD.

Thanks, Santos

On Fri, Nov 9, 2018 at 9:33 PM Santos Das <santos....@gmail.com> wrote:

> Hi,
>
> Can you please let me know how we do read the multupart message body using
> MHD.
>
> I am having problem in reading the multi part.
>
> Thanks, Santos
>

Reply via email to