The Artima Developer Community
Sponsored Link

Java Answers Forum
FileBrowser in web page

1 reply on 1 page. Most recent reply: May 9, 2002 3:13 AM by Stefan Parijs

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Vikram.G.S.

Posts: 16
Nickname: vidhi
Registered: Apr, 2002

FileBrowser in web page Posted: May 3, 2002 8:09 AM
Reply to this message Reply
Advertisement
Hi there,

In my web based project in java, i need a dialog box that gives access only to directory level not to file level. So i can't use FileDialog Object for this purpose. then,I tried with JFileChooser class it works, and it needs a Security policy at Client side.
How do i solve this problem?
Please help me

Vikram


Stefan Parijs

Posts: 16
Nickname: stefan
Registered: May, 2002

Re: FileBrowser in web page Posted: May 9, 2002 3:13 AM
Reply to this message Reply
You can use, a JFileChooser Object. There You can say, with a method. That you only want tosee the directories, etc. This is a dialog box. You can open, save, ... with it or you can do something with it, you want for yourself

Stefan

Flat View: This topic has 1 reply on 1 page
Topic: sound over explorer Previous Topic   Next Topic Topic: Telephone book input program

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use