See RFC 2388, section 4.5: https://tools.ietf.org/html/rfc2388

You get whatever the browser put under "content-transfer-encoding",
or nothing if it wasn't supplied.

Happy hacking!

Christian

On 02/20/2016 06:01 PM, silvioprog wrote:
> Hello listers,
> 
> The MHD_PostDataIterator documentation says:
> 
> *transfer_encoding*
> *  encoding of the data, NULL if not known;*
> 
> Awesome. But, I don't know how to use this feature, so I have two questions:
> 
> . do I need to send some header in the x-www-form-urlencoded POST?
> . do I need to send some header in the form-data POST?
> 
> Just to try to understand, I checked the `encoding` property of the `file`
> object in the NodeJS Multer plugin, however it always return only the
> `7bit` value.
> 
> Thanks in advance for any information!
> 
> --
> Silvio Clécio
> 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to