Questions tagged [cfzip]

cfzip is a CFML (ColdFusion Markup Language) tag which is used to create, expand, and list the contents of zip files.

cfzip is a CFML (ColdFusion Markup Language) tag which is used to create, expand, and list the contents of zip files.

cfzip is optionally used in conjunction with the CFZIPPARAM tag.

Useful links

15 questions
4
votes
2 answers

CFZip Issue - Timing out before reaching Timeout Limit

I am using cfzip to zip folders on my server, anywhere from 2mb to 5gb. Its timing out on a folder that is 1.25gb and I get the following error: The request has exceeded the allowable time limit Tag: cfoutput It errors after 11 minutes and I…
timsayshey
  • 211
  • 1
  • 2
  • 14
4
votes
0 answers

Problems with CFZIP on ColdFusion 11

My company recently migrated from Coldfusion 9 to Coldfusion 11. One problem I haven't been able to resolve from this migration is to do with the the way CFZIP works. In the old server we had a place in our app where we could upload zip files with…
Jack Pilowsky
  • 2,275
  • 5
  • 28
  • 38
3
votes
1 answer

How to compare two images in ColdFusion

I am trying to compare images and find if they are same or not. Images can have same name but the actual image might be different. The code that I have so far.
Roman
  • 1,118
  • 3
  • 15
  • 37
2
votes
1 answer

ColdFusion zip an entire folder

I moved some files from one directory to another in my server. I would like to zip the destination folder after moving the files.
myTest532 myTest532
  • 2,091
  • 3
  • 35
  • 78
2
votes
2 answers

cfzip any way to pause page processing until the zip creating is complete?

I have some code that creates a zip file of some image and then right after that code it tries to download the file. This works fine when the zip file is very small but when it is larger it tries to download the file before it is actually completed…
Renshi
  • 77
  • 7
2
votes
2 answers

How do I rename a file using cfzip?

I'm having difficulty to rename a file when a document is zipped. Right below, I'm trying to get strings from a document, replace and save as a document with UUID file name. I would like the name of the file to be changed as something that is…
De De De De
  • 326
  • 3
  • 10
  • 31
2
votes
0 answers

openBlueDragon cfzip issue

I'm trying to zip a directory using cfzip with no success. The newly created directory contains PDFs. The code:
user734094
2
votes
1 answer

most efficient way to zip files using coldfusion or java

I'm looking for the most memory efficient way to zip many large files using ColdFusion or Java. I have tried using and using zip.cfc by Nate Nielsen…
gfrobenius
  • 3,987
  • 8
  • 34
  • 66
2
votes
1 answer

Coldfusion 9 Session variable error when ran in scheduler

I have a process that when I run it manually, it runs fine with no errors. I have it set up in CF Administrator Scheduler to run daily at 3:00am. It runs and errors out at the same line every time. It has done this for the past week. Error: Element…
Lauren Robinson
  • 443
  • 2
  • 9
  • 26
2
votes
0 answers

read a zip file without saving it first

I have an API call returning binary compressed data in .zip format. I don't want to first save the file to disk and then unzip. I want to unzip on the fly in memory. And then parse the xml content. Is there a way to do this with cfzip or via java…
user1431633
  • 658
  • 2
  • 15
  • 34
2
votes
1 answer

Issues with CFZip functionality

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…
Misty
  • 49
  • 8
1
vote
1 answer

Pass a Directory Query to ?

I need to zip files from a directory, but not all the files in the directory. I determine the files that need to be zipped by running a query on the directory listing. Currently, I'm looping over the query results to add each file to the archive…
Sean Walsh
  • 8,266
  • 3
  • 30
  • 38
1
vote
2 answers

ColdFusion - Need to loop through a folder to find specific files from a SQL query and copy or zip them to a temp folder

I'm trying to loop through a folder on a server to get a list of specific files and then have those files copied to a temp directory or zipped and copied to a temp directory. However I keep running into wall as I'm not sure how to do this. (Still an…
Subah
  • 45
  • 9
0
votes
0 answers

cfzip - issues with zipping all files in a directory

I have to save multiple files in a directory and once thats done, zip them up and make it available for download. I have my files saved in a directory and I am trying to use cfzip to zip them all in a zip directory, however, I am getting error. Here…
Udaan
  • 79
  • 1
  • 1
  • 10
0
votes
1 answer

CFZip of certain file type

Is it possible to use cfzip to create a zip folder containing of a certain type. I need to do this to take out .bak files from a folder with different filetypes and insert them into a zip folder. Thanks Colin
colinam1992
  • 338
  • 1
  • 3
  • 13