CC-2926: Clicking "Choose File" in support settings to upload image
defaults to "Audio/MPEG" type in Chrome - done
This commit is contained in:
parent
cdcc8ee5ad
commit
5d4486b08f
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class Application_Form_SupportSettings extends Zend_Form
|
|||
'minheight' => 200,
|
||||
'maxwidth' => 600,
|
||||
'maxheight' => 600));
|
||||
$upload->setAttrib('accept', 'image/jpeg');
|
||||
$upload->setAttrib('accept', 'image/jpeg,image/gif,image/png,image/jpg');
|
||||
$this->addElement($upload);
|
||||
|
||||
//enable support feedback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue