Page 2 of 2

Re: Http post file (multipart).

Posted: Sat Oct 13, 2018 4:53 pm
by qduaty
Multipart is not needed for file upload and only adds kilobytes to the firmware. A single file can be uploaded directly with XHR.

Re: Http post file (multipart).

Posted: Wed Apr 14, 2021 12:27 am
by bitsmith
That would help a lot. Do you have some more information about XHR. Some code or references to the esp32 IDF manual would be great.
Many thanks in advance.