Hi @dom96, I did an experiment (see [https://github.com/mrhdias/EnigmaHTTPServer](https://github.com/mrhdias/EnigmaHTTPServer)) to decode the multipart/data request body by doing the cache of the body. I do not know if it's the best approach, but it works and it's fast for large files. But for me it is a temporary solution until I have a better one.
- How to speed up the upload of a big file with asynchttpserver! mrhdias
- Re: How to speed up the upload of a big file with asynchttpse... dom96
- Re: How to speed up the upload of a big file with asyncht... mrhdias
