mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-05 15:54:03 +01:00
- Enable multiselection for attachments uploading in capable browsers (#1485969)
This commit is contained in:
@@ -271,7 +271,7 @@ class html_inputfield extends html
|
||||
protected $type = 'text';
|
||||
protected $allowed = array('type','name','value','size','tabindex',
|
||||
'autocomplete','checked','onchange','onclick','disabled','readonly',
|
||||
'spellcheck','results','maxlength','src');
|
||||
'spellcheck','results','maxlength','src','multiple');
|
||||
|
||||
/**
|
||||
* Object constructor
|
||||
|
||||
Reference in New Issue
Block a user