Coldfusion, help creating a download all button that will zip all the CSV files that are created from a query
问题 Right now I have a query that will give me results that are broken down into 2000 rows of results. For example if the query is run and there are 16000 results it will break this down into 2000 results per CSV file that the user can download, so there would be 8 download buttons. When the user press the download button it creates a CSV file. I currently use this in coldfusion to generate the CSV <cflock name="SFSchoolList" timeout="20" type="exclusive"> <cfheader name="Content-Disposition"