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 <[email protected]>: > public void setMultiple(boolean multiple) > { > fileUpload.getElement().setPropertyBoolean("multiple", multiple); > } > > On Aug 10, 8:52 am, FrugoFrog <[email protected]> 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 [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. > > -- 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.
