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 it in
GWT.

If you mean to put the directory of a user in a panel on the web page,
that is not possible using JavaScript and so not possible using GWT.
You could try and investigate developing a Flash solution that your
GWT application wraps...

//A

On 1 Nov, 09:27, ship <[EMAIL PROTECTED]> wrote:
> 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. Pl reply.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to