Results 1 to 3 of 3

Thread: Select a directory via a browser

  1. #1
    Join Date
    Apr 2009
    Posts
    87

    Select a directory via a browser

    In JSP I can select a directory that contains all the files I want to select address. I saw that there <input type="file" name="source">
    but it is just to select a file, not a folder can someone help me?

  2. #2
    Join Date
    May 2008
    Posts
    2,012

    Re: Select a directory via a browser

    hi,
    it is not possible to select a folder for the simple reason that html is not possible to send the contents of a folder, but that individual files.

  3. #3
    Join Date
    May 2008
    Posts
    2,297

    Re: Select a directory via a browser

    I think you actually want to create a list in your jsp and fill with the code of java servlet behind. We must in this case that you produce a list of files selected and you return it to the jsp to display the values.

Similar Threads

  1. why tor browser stucking for me at "connecting at relay directory"?
    By Ganesh Ujwal in forum Technology & Internet
    Replies: 1
    Last Post: 29-09-2012, 03:49 PM
  2. Replies: 2
    Last Post: 30-11-2011, 03:37 AM
  3. Replies: 5
    Last Post: 31-07-2010, 12:25 PM
  4. Replies: 5
    Last Post: 22-05-2010, 07:33 AM
  5. SELECT UNIQUE and SELECT DISTINCT
    By TAARIQ in forum Software Development
    Replies: 3
    Last Post: 03-06-2009, 10:00 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,581,351.62002 seconds with 16 queries