Did you try it?  If the browser's file upload widget supports multiple-
input, then that will enable it.  The actual look and feel of the
widget is entirely under the control of the browser; it's an <input
type="file"> element.  FWIW, here's how it looks in Mac/Chrome:

http://screencast.com/t/8UzdZoHB

http://hacks.mozilla.org/2009/12/multiple-file-input-in-firefox-3-6/
http://www.quirksmode.org/dom/inputfile.html
http://www.w3.org/TR/html-markup/input.file.html

On Aug 10, 1:55 pm, FrugoFrog <frugof...@gmail.com> wrote:
> Is this for just uploading multiple files with one form or selecting
> many of them?
> I might have been imprecise I meant a widget that allows you to choose
> a few files in choose dialog.
> I know about swfupload-gwt but I can't get it to work.
> thanks
>
> 2011/8/10 Jim Douglas <jdou...@basis.com>:
>
>
>
>
>
>
>
> > public void setMultiple(boolean multiple)
> > {
> >    fileUpload.getElement().setPropertyBoolean("multiple", multiple);
> > }
>
> > On Aug 10, 8:52 am, FrugoFrog <frugof...@gmail.com> wrote:
> >> What is google docs  using for file upload i that it allows 
> >> multi-selection?
>
> >> cheers
>
> > --
> > 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 
> > google-web-toolkit+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/google-web-toolkit?hl=en.

-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to