search : cfzip

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

No equivalent in cfscript for cfzip
cfzip does not provide compressed size in local file header
Folders and files saved as read-only when extracted by cfzip
Comment on Bug 79101:CFZIP doesn't accept source="VFS" by External U.
Comment on cfzip does not provide compressed size in local file header by HariKrishna K.
Comment on cfzip does not provide compressed size in local file header by Subir J.
Comment on cfzip does not provide compressed size in local file header by Akhila K.
cfzip and cfzipparam does not rename file entries when entrypath is used
executable bit is lost on files when using cfzip action=zip on binaries
Comment on Folders and files saved as read-only when extracted by cfzip by Poonam J.
Comment on Folders and files saved as read-only when extracted by cfzip by Chinoy G.
Comment on cfzip does not provide compressed size in local file header by External U.
Comment on cfzip does not provide compressed size in local file header by External U.
Comment on cfzip and cfzipparam does not rename file entries when entrypath is used by External U.
Comment on cfzip and cfzipparam does not rename file entries when entrypath is used by External U.
Comment on cfzip and cfzipparam does not rename file entries when entrypath is used by Kailash B.
Comment on cfzip and cfzipparam does not rename file entries when entrypath is used by External U.
Comment on cfzip and cfzipparam does not rename file entries when entrypath is used by Aaron N.
Comment on cfzip and cfzipparam does not rename file entries when entrypath is used by External U.
Comment on CFZip requires "execute" permissions for "<>" when Sandbox Security is enabled by External U.
[ANeff] Bug for: <cfzip action="zip" recurse="yes" storepath="no"> does not recurse
Comment on CFZip requires "execute" permissions for "<>" when Sandbox Security is enabled by Deepraj J.
Comment on CFZip requires "execute" permissions for "<>" when Sandbox Security is enabled by S P.
Comment on CFZip requires "execute" permissions for "<>" when Sandbox Security is enabled by External U.
Bug 79101:CFZIP doesn't accept source="VFS"
Comment on CFZip requires "execute" permissions for "<>" when Sandbox Security is enabled by S P.
Comment on CFZip requires "execute" permissions for "<>" when Sandbox Security is enabled by S P.
Comment on [ANeff] Bug for: <cfzip action="zip" recurse="yes" storepath="no"> does not recurse by CFwatson U.
Comment on [ANeff] Bug for: <cfzip action="zip" recurse="yes" storepath="no"> does not recurse by External U.
Comment on <cfzip action="unzip" ... storepath="no"> does not work as expected. by External U.
2673253 CF-4140642 Language Aaron Neff [ANeff] ER for: filter attribute should also accept array The "filter" attribute for cfdirectory/directoryList()/cfzip/cfzipparam should also accept an array. Currently, cfdirectory/directoryList() accepts a pipe-delimited list and cfzip/cfzipparam accepts a
<cfzip action="unzip" ... storepath="no"> does not work as expected.
CFZip requires "execute" permissions for "<>" when Sandbox Security is enabled
Comment on CFZip requires "execute" permissions for "<>" when Sandbox Security is enabled by External U.
Comment on CFZip requires "execute" permissions for "<>" when Sandbox Security is enabled by External U.
Comment on [ANeff] Bug for: <cfzip action="zip" recurse="yes" storepath="no"> does not recurse by External U.
Comment on <cfzip action="unzip" ... storepath="no"> does not work as expected. by External U.
Comment on CFZIP and CFFILE cannot read archives containing stored files with exotic characters in their names by Rupesh K.
Comment on CFZip requires "execute" permissions for "<>" when Sandbox Security is enabled by Aaron N.
for Office Applications (ODF) file. It is a ZIP of an XML document. By unzipping the file and locating the appropriate XML file, we can process the data an generate HTML Resources https://en.wikipedia.org/wiki/OpenDocument https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-u-z/cfzip
Comment on CFZIP and CFFILE cannot read archives containing stored files with exotic characters in their names by External U.
CFZIP and CFFILE cannot read archives containing stored files with exotic characters in their names
is not with the ColdFusion code or the Java library. I am completely unable to replicate the issue on CF2018 servers that do not use PMT, and it did not happen with CF11, where the same code ran without incident for 5+ years. Furthermore, it happens when CFZIP is run from within a thread as well. I have also verified
. cfreport There’s no real good reporting system for Flex. cfdbinfo I think this would get a lot of use for people building RDS Bolt extensions with a Flex UI. That, and creating db management clients. cffile, cfdirectory, cfzip, cfftp Document / Content Management clients cfquery, cfsproc cfldap Being
2608337 CF-4119495 File Management : CFZip Roland Collins Bug 3968971 is incorrecclty marked as fixed, or has been reverted from CF11u7 Duplicate ID: CF-3968971 Problem Description: Bug 3968971 is marked as fixed in a build of CF11 that precedes CF11 Update 7. However, the bug still exists in CF
function extractDocx(required string pathToDocX) { cfzip(action="read", file=arguments.pathToDocx, entrypath="word\document.xml", variable="this.xmlString",charset = "utf-8"); cfzip(action="read", file=arguments.pathToDocx, entrypath="word\styles.xml", variable="this.xmlStyles",charset = "utf-8"); this