I’m trying to use the cfzip tag in my Railo 3.2.1 project using the following line of code:
<cfzip action=“unzip” file=“#downloads_dir#\ est.zip” destination=“#destination_dir#” />
Unfortunately, it simply doesn’t work, and the cfml syntax checker I’m using claims that destination is an invalid attribute for the tag, despite all the documentation on Adobe. Does anyone have any experience with this particular problem?
Thanks in advance!