• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Can I get local drives of server

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can any body help in resolving this problem:
I want to get the local drives of the web server using JSP.
And when i pass the particular file(server drive d:\amit\a.html) name from the server to the client in the form of anchor tag
(<a href="d:\amit\a.html">a.html</a> )when client clicks this link it should be able to show the particular document residing on the physical drive of the server
Thanks in advance, send code if possible
 
Ranch Hand
Posts: 177
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am also confused. So when a remote client right click to "see" the link, it will appear as "d://some.html" inseatd of www.mysite.com/some.html?
 
reply
    Bookmark Topic Watch Topic
  • New Topic