ship schrieb: > I want to browse a folder. In gwt we have option for file browsing by > using FileUpload class. > But we don't have any option for folder browsing. > What could i use for this? In my application when i click on a button > which is on a panel then a window should open for folder browsing but > i can't. Pl reply.
If you can't do it with HTML or Javascript you can't do it with GWT. What you can do is write a signed Java-Applet and use JFileChooser where you can specifiy to select a folder instead of a file. Regards, Lothar --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
