Re: How to browse a folder by using gwt

2008-11-02 Thread Lothar Kimmeringer
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 br

Re: How to browse a folder by using gwt

2008-11-01 Thread Adam T
Not sure what you mean by "browse a folder" - using the file upload the user can navigate around folders to select a file; but I suspect you mean something else? You need to remember that GWT is just JavaScript, so if you can't do something in JavaScript, it's going to be pretty difficult to do i

How to browse a folder by using gwt

2008-11-01 Thread ship
hi, 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.

Re: How to Browse a Folder by using GWT

2008-09-25 Thread ship
Thanx for reply, Sir, in GWT, i have a FileUpload class for browsing a file but i don't have a functionallity for browsing a folder. We had searched for this but could not find a good solution. Is this possible that we can use java API in GWT because in java we can use JFileChooser for browsing a

Re: How to Browse a Folder by using GWT

2008-09-25 Thread Lothar Kimmeringer
ship schrieb: > Sir, You have to say "yes, master" ;-) > in GWT, i have a FileUpload class for browsing a file but i don't > have a functionallity for browsing a folder. That's because GWT is just HTML with Javascript. In HTML and Javascript there is nothing like that because of security-restr

How to Browse a Folder by using GWT

2008-09-25 Thread ship
hi, i've a problem that how to browse for folder in a dialog box in GWT. I want to select a folder not a file. In GWT FileUpload is for browsing a file but i could not find for folder. Pl tell me how can i solve this problem. --~--~-~--~~~---~--~~ You received this

Re: How to Browse a Folder by using GWT

2008-09-25 Thread Lothar Kimmeringer
ship schrieb: > hi, i've a problem that how to browse for folder in a dialog box in > GWT. I want to select a folder not a file. In GWT FileUpload is for > browsing a file but i could not find for folder. Pl tell me how can i > solve this problem. I don't think, you can. What do you want with tha