aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Selecting a Folder for Save As Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Selecting a Folder for Save As" Watch "Selecting a Folder for Save As" New topic
Author

Selecting a Folder for Save As

Gus Winds
Greenhorn

Joined: Feb 04, 2003
Posts: 15
I have an application, where the user can select multiple files to download. Instead of naming them separately, i want to give the users an option to Select a local folder where all the files would be saved. The <input type ="file" ..> cannot do the trick since it is limited to a file name and not a folder.
Any ideas ?
Thanks in advance.
Gurmeet Singh
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
The only thing I can think of is tell the person to select a file in that folder and then on the server side, rip off the file and save it that way. I do not think there is anyway around it.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Selecting a Folder for Save As
 
Similar Threads
Exception while calling stored proc from hibernate. URGENT Help
slecting mutiple files in a FileDialog (Urgent)
Getting the "Tree View" Dialog Box
select folder for uploading
Jar File