Re: Identify a resource in apache webserver directory

2008-07-30 Thread Shravan Kumar. M
Thanks for your help Bill. I am looking for code sample that could help me more clearly. BTW, actually I would like to upload some files from my application to a location in web server. So I am looking for a best approach/ API/ Library which helps me achieve this. Thank You Shravan Kumar. M

Re: Identify a resource in apache webserver directory

2008-07-29 Thread William Hatch
The href binding for things like image, css, etc is your best bet. Give it the absolute apache path to the resource you'd like to retrieve. If you want to determine which resource you want to retrieve based on some app logic, you can bind the href to some method that would determine it. Be

Identify a resource in apache webserver directory

2008-07-28 Thread shravan
Hello Group, I have some solution of finding webserver url by going thru WORequest object. I am looking for a more standard way of achieving this task. Could any one please advise best practice to retrieve/store a resource into a Apache Webserver directory. For Eg: I have a css file master.css