Andrei Costescu created WICKET-4861:
---------------------------------------

             Summary: Making MultiFileUploadField use HTML5 multiple attr & 
remove confusing fakepath
                 Key: WICKET-4861
                 URL: https://issues.apache.org/jira/browse/WICKET-4861
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 6.2.0
            Reporter: Andrei Costescu
            Priority: Minor


WICKET-3370 prepared the terrain (all major browsers except IE already support 
it).
I will make a Git pull request for getting this into the master branch.
Here is what the changes do (commit comment):

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.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to