You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exporters now writes complete ouput of export to variable. Either by php://output with ob_get_clean() or php://temp with stream_get_contents(). Then they call setContent on Response.
Check if it's possible to just write CSV and Excell directry to php:://output in overriden sendContent method of Symfony\Component\HttpFoundation\Response. This need also to throw exception in setContent as BinaryFileResponse do.
The text was updated successfully, but these errors were encountered:
Exporters now writes complete ouput of export to variable. Either by
php://output
withob_get_clean()
orphp://temp
withstream_get_contents()
. Then they callsetContent
onResponse
.Check if it's possible to just write CSV and Excell directry to
php:://output
in overridensendContent
method ofSymfony\Component\HttpFoundation\Response
. This need also to throw exception insetContent
asBinaryFileResponse
do.The text was updated successfully, but these errors were encountered: