GitHub user costescuandrei opened a pull request:

    https://github.com/apache/wicket/pull/20

    Implementation for WICKET-4861.

    Added the possibility to select multiple files in the OS dialog for
    browsers that support HTML5 'multiple' attribute. For browsers that do
    not support it, or if you do not set the boolean to true, it will
    behave the same as before.
    
     New: 
     _ easier select multiple files from multiple folders 
     _ shows the multiple files after choosing them - one per line
     Fixes:
     _ the delete buttons are aligned instead of positioning after the 
     variable length file names 
     _ useless and confusing "C:\fakepath" in filenames reported by some 
     browsers (in multiple with single select mode) are now hidden.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/costescuandrei/wicket master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/wicket/pull/20.patch

----
commit a5225e44b434571c856d5c0976356d88570e393d
Author: Andrei Costescu <[email protected]>
Date:   2012-11-08T16:37:47Z

    See WICKET-4861.
    
    Added the possibility to select multiple files in the OS dialog for
    browsers that support HTML5 'multiple' attribute. For browsers that do
    not support it, or if you do not set the boolean to true, it will
    behave the same as before.
     New: 
     - easier select multiple files from multiple folders 
     - shows the multiple files after choosing them - one per line 
     Fixes: 
     - the delete buttons are aligned instead of positioning after the 
     variable length file names 
     - useless and confusing "C:\fakepath" in filenames reported by some 
     browsers (in multiple with single select mode) are now hidden.

----

Reply via email to