I added this to my ClientFileChooser -- just pass in the option and
hope for the best.

    public void setMultipleSelect(boolean p_multipleSelect)
    {
        DOM.setElementPropertyBoolean(m_fileUpload.getElement(),
                                      "multiple",
                                      p_multipleSelect);
    }

On Jun 13, 9:49 am, Jeff Larsen <[email protected]> wrote:
> There already exists a pattern for something like that. @PartialSupport etc.
> the static  #createIfSupported() method on the classes. I suppose adding a
> createMultipleIfSupported. I would venture a guess, adding multiple=true to
> the param would just be ignored on browsers that don't support it (I have
> not tested this theory however).

-- 
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.

Reply via email to