Question
Browing documents outside wwwroot folder
Hi All,
I have a situation, where I need to access something outside wwwroot folder. Meaning, I have created a folder 'uploads' outside wwwroot, and have documents in that. Now I need to browse those document when inside the application. For example, http://sample.com/index.cfm. Now, when I'm in this page. I need to access the document, outside wwwroot. How can I browse this.
More detailed explanation:
folder sturcture:
Uploads
wwwroot>sample>index.cfm
I'm in the page sample.com/index.cfm. I have a link <a href="">Document to browse</a> in index.cfm.
Question: what do I provide, in href, to access the document inside Uploads folder.
Hope this makes sense.
Thanks for any help.
-Naveen
I have a situation, where I need to access something outside wwwroot folder. Meaning, I have created a folder 'uploads' outside wwwroot, and have documents in that. Now I need to browse those document when inside the application. For example, http://sample.com/index.cfm. Now, when I'm in this page. I need to access the document, outside wwwroot. How can I browse this.
More detailed explanation:
folder sturcture:
Uploads
wwwroot>sample>index.cfm
I'm in the page sample.com/index.cfm. I have a link <a href="">Document to browse</a> in index.cfm.
Question: what do I provide, in href, to access the document inside Uploads folder.
Hope this makes sense.
Thanks for any help.
-Naveen
