You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2013/02/06 23:40:13 UTC

[jira] [Updated] (WICKET-4861) Making MultiFileUploadField use HTML5 multiple attr & remove confusing fakepath

     [ https://issues.apache.org/jira/browse/WICKET-4861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov updated WICKET-4861:
------------------------------------

    Fix Version/s: 6.6.0
    
> 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
>             Fix For: 6.6.0
>
>         Attachments: fix-WICKET-4861.patch, test1.zip
>
>
> 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