cfzip

Issues with CFZip functionality

橙三吉。 提交于 2020-01-04 06:35:53
问题 I have the following which is working half way. I am trying to CFZip the contents of a downloaded Excel file but there is one problem involved. The code below shows that there are 3 tickets. 1 main ticket and 2 tickets that are the extended answers of the main ticket. Attachments are allowed on all tickets, the main ones and the children's too. When I try to download the Excel file, I am also trying to download two folders that should be inside the Zip file. One that should be pointing to the

most efficient way to zip files using coldfusion or java

有些话、适合烂在心里 提交于 2019-12-11 03:35:51
问题 I'm looking for the most memory efficient way to zip many large files using ColdFusion or Java. I have tried using <cfzip> and using zip.cfc by Nate Nielsen (http://farmancreative.com/womenskiteboarding/admin/dccom/components/dcFileManagerV3/actions/cfc/zip.cfc). For the tests I zipped up a directory that contains 80 mp4 files totaling 1.18GB. The results are below. I could not tell a difference at all when the <cfzip> tag was running, the normal "steps" of ColdFusion appeared unchanged. But