Hi,
Any examples on how to generate a multi part response in XS, for downloading big files ?
I'm generating a big Text file, and instead of putting the role file in memory and only then send it to the response, I would like to do some flush in every line breaking the response in small pieces and avoiding out of memory errors in XS.
Thanks in advance !