I need to set up a process where by a user will select (buy, really) a number of data files (songs, actually). These files will be downloaded onto the user machine where a client-side application will manipulate them further. As part of the process, we also need to generate a text that also must be transferred to the client machine.
I can only two ways to handle this ... force the user to click multiple links to download each file, or run a server-side zip utility to zip everything up before shipping it off to the client machine. The programmer building the client-side application doesn't like this second option. He doesn't want to have to have the client machine unzip the file before doing what his program needs to do. Is there a way to batch all of the needed files together in a single download (using CF to do this) without zipping them together in any way? H. ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

