Hi,
in my application, I creating zip archive with various sizes and I need to be able to have an action that allows the user to download this file. The issue I am struggling with is that if the file is too big, it will cut the downloading at 65 MB thus corrupting the archive. If I open this corrupted archive in an editor, there is PHP error "Allowed memory exceeded". Is there a way how can I send the file for download without loading its content in memory?