In Symfony2, is there a way to tell when a Request/Response has completed?

109 Views Asked by At

I'm trying to trigger an event when a download completes. Currently, my Controller just returns the Response, but as far as I can tell there's not way for me to know when the download has actually completed.

0

There are 0 best solutions below