What do you mean you want to send a file?  Do you mean you want to write to
a file on the d drive?  Or are your user's uploading a file? or do you mean
that you want to serve the file from the D drive while the wwwroot is on
the c drive?

If it's the last you can use cfcontent.  (maybe)

<CFCONTENT TYPE="text\html"
    DELETEFILE="No"
    FILE="D:\whatever\nameoffile.html"
    RESET="No">

This of course will only work if the cfcontent tag hasn't been disabled in
the administrator.

--K

====================
Katrina Chapman
Consultant
Ameriquest Mortgage


                                                                                       
                                         
                    "Daive"                                                            
                                         
                    <dmailing@all        To:     <[EMAIL PROTECTED]>           
                                         
                    iacom.net>           cc:                                           
                                         
                                         Subject:     sending a server-file on a cf 
page                                        
                    05/31/00                                                           
                                         
                    09:44 AM                                                           
                                         
                    Please                                                             
                                         
                    respond to                                                         
                                         
                    cf-talk                                                            
                                         
                                                                                       
                                         
                                                                                       
                                         



Hey all

i want to send a file on my drive D: when a user load a cfm file. is there
a
way to do that without virtual stuff on my web server? my webroot is on my
drive C: .. and i'm using cf server 4.5

daive


------------------------------------------------------------------------------

Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.




------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to