I have a PHP script that creates a zip file on the fly and forces the browser to download the zip file. The question is: could I directly write the zip file to an output str
Yes, you can directly stream the zip to the client using this git rep: Zip Stream Large Files