This is possible in ColdFusion, but I had to dip down into the Java
HTTPServletResponse object to accomplish it.  The kicker is, it only
appears to work in FireFox.  I'll write up a blog post on it tonight.

~Brad

-------- Original Message --------
Subject: Multi-part server push file download with CFML
From: Ian Skinner <h...@ilsweb.com>
Date: Wed, May 13, 2009 3:55 pm
To: cf-talk <cf-talk@houseoffusion.com>


I got curious about this functionality from a question I saw on another 
forum.

How could one download multiple files within one response to a single 
request. At first I thought that this was not possible since I have 
never experienced it. But a quick Google search returned this blog post 
that shows some Java|JSP code that apparently allows for this
functionality.

http://www.coderanch.com/t/365930/Servlets/java/Downloading-Multiple-Files

Other then the obvious option of just somehow installing this Java code 
and calling it up within CFML. Can any of you provide some insight on 
how this code might possible be transposed to straight CFML?



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322492
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to