I am trying to allow a user to download a directory on the server as a zip file. How do I do this?
CF has a built in tag for that. You can use cfzip with a "source" directory http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7695.html
Perfect, Thanks!
Very welcome