The only times I've seen this done before involved an Active X control that the user was required to install with the usual browser security warnings and such. That may work, but you are adding complexity and removing portability.
~Brad -------- Original Message -------- Subject: Re: remote windows file manager From: Tom Chiverton <[email protected]> Date: Thu, October 08, 2009 10:38 am To: cf-talk <[email protected]> On Monday 05 Oct 2009, Rick Root wrote: > CFFM allows you to upload a zip file then unzip it on the server.. but > to upload a a whole directory without zip/unzip? I've never seen > anything that does that, at least not web-based. No, you'd have to be able to enumerate the users file system, which browsers are not going to let you do. AIR would let you do it, but as you say, it's not web based. -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:327035 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

