Andy Matthews wrote: > You cannot. That would be a breach of security. The best you can do is to > force a "file download" box to be displayed. But then the user takes over > and you have no more input in the matter.
You can, if both machines are on the same well defined network domain and ColdFusion runs as a user that has permission to see the client machine over the network. Then one can use UNC paths in <cffile...>, <cfdirectory...> and such tags and functions. Otherwise the above rules apply. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303126 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

