bevande
Newbie
Posts: 1
Registered: 1/27/2005
Member Is Offline
|
| posted on 1/27/2005 at 04:51 AM |
|
|
how to modify file system add-on to change URL
Hi - I am using the ASP filesystem add-on for Tree Menu Pro which i like very much. I am wondering how to do something very specific and i wonder if
you could tell me how to do it:
I am building my tree with files that are in a folder called C:\docs which is outside of the Inetpub\wwwroot folder...so i can't use a direct
URL to open the file when my users click on the link. I would like to use a ColdFusion function called CFCONTENT to vend this content so that, for
example, when a user clicks on a file that is located in C:\docs\reports\myreport.doc, the URL that they are brought to is:
http://www.mysite.com/venddoc.cfm?myvar="reports\myreport.doc"
Is there a way to do this?
|
|
|
|