This will probably be done via your Web server app and not really ColdFusion. All CF needs to know is where to place the files so if you created a "Static Files" application variable then just change it to "d:\whereeveryourfileare"
As far as making certain directories off your webroot point to folders outside your initial webroot you will need to create Aliases in Apache or IIS depending on what you use. It it is apache it is as simple as doing a directive in your HTTPD.CONF file: Alias /images d:\whateveryouareputtingthem In IIS I think they are called Virtual Folders and you just right click and add on the site in IIS manager. Hope that helps, J.J. On Mon, Mar 24, 2008 at 8:02 AM, Donald R Langley <[EMAIL PROTECTED]> wrote: > I need some help configuring my server. The server has dual drives a 30 > gig (C: drive) and a 180 gig (D; drive) . Both are backed up by redundant > drives. What I want to do is to run the CF applications on the C drive > and locate all of the uploaded photos, and files (word, excel, powerpoint > stuff) on the D : drive. This is to allow me to easily store the bulk > of the app, which will be the uploaded Word, PPT, excel etc files on the > larger drive and also to be able to upgrade the D: drive bigger if I have > to without having to reload CF and all the app. > I will have a need to access the files on the D : drive via <a href > > links and use cfupload to load new files within my CF app. > I can't figure out how to do it. > Can anyone help me out? > Thanks Rob > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301913 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

