ExcelBundle icon indicating copy to clipboard operation
ExcelBundle copied to clipboard

added create file response to factory

Open almacbe opened this issue 8 years ago • 0 comments

I had problems when browser receive a stream response. After search for a solution I thought the idea of return a stream response for a file it is not the best idea. Then I create a file response using BinaryFileResponse of HttpFoundation of symfony and this is the code that I did.

almacbe avatar Jul 27 '17 11:07 almacbe