File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes FileChooser Window Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "FileChooser Window" Watch "FileChooser Window" New topic
Author

FileChooser Window

Swaminathan Balasubramani
Ranch Hand

Joined: Apr 12, 2005
Posts: 38
hi

Can anyone tell me how to bring the FileChooser window( for example, if u click the Browse button in ur mail box to attach any file, u'l get a window through whicb u can access ur local hard disk to specify the source) in a servlet.

Actually im devoping a Knowledge Base where in one form the data about the file which has to updated into the server should given. i have a browse button in the form through which u can specify the source of the file which has to updated into the database which is present in the server.

with reagards
Swaminathan


B.Swaminathan<br /> <br />Mobile:+91 09886510453
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336


Can anyone tell me how to bring the FileChooser window( for example, if u click the Browse button in ur mail box to attach any file, u'l get a window through whicb u can access ur local hard disk to specify the source) in a servlet


A servlet runs on the server so can't present anything like this to the client.

You can do this however via HTML. Use an <input /> with the attribute "type=file".


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
Swaminathan Balasubramani
Ranch Hand

Joined: Apr 12, 2005
Posts: 38
Hi Paul,

Thank you so much.

Cheers!
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: FileChooser Window
 
Similar Threads
File Chooser Dialog box
How to Upload the Client File To The Server
Closing child window after executing Action
Uploading from a web page
Directory Creation on FTP Server using Java Program