• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Is it possible to use Struts2 file upload tag to display content of a shared drive directory:

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello every one,

I want to add a feature to my application that allows a user to look at a list of files which will be located on shared network drive. My application uses struts2, so I am looking into using the <s:file /> tag to do this.
All I want is, when the user clicks the browse button, the file chooser window should open up and list all the files that are located on a given shared drive path.

The problem I have is to be able to configure the tag so that the file system location the window should open up from will be set to my shared drive path, instead of being a path on the local file system as all file uploaders work...

Any help on this would be appreciated. I am not sure if this tag can accomplish this.
 
I am a man of mystery. Mostly because of this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic