[ 
https://issues.apache.org/jira/browse/WICKET-4861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13497872#comment-13497872
 ] 

Martin Grigorov commented on WICKET-4861:
-----------------------------------------

Please attach the changes here as a patch.
This way you officially give permissions to Apache to use your code.
Thanks!
                
> 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
>         Attachments: 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

Reply via email to