Top "Zipstream" questions

Creating a zip archive from a folder and preserving structure with Node.js

I'm trying to use Node.js to create a zip file from an existing folder, and preserve the structure. I …

javascript node.js zipstream
how to zip stream csv file php

I created an .csv export file with code: header('Content-type: text.csv'); header('Content-Disposition: attachment; filename=filename.csv'); ..... $fp = fopen(…

php csv ziparchive zipstream