---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/53988313-glyphicon-glyphicon-file-doesn-t-work-other-glyphicon-is-displayed?utm_campaign=plugin&utm_content=tracker%2F530581&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F530581&utm_medium=issues&utm_source=github).
<?=$form->field($model, 'image')->widget(FileInput::classname(), [ 'options' => ['accept' => 'image/*'], 'pluginOptions' => [ 'showCaption' => false, 'showRemove' => false, 'showUpload' => false, 'browseClass' => 'btn btn-primary btn-block', 'browseIcon' => ' ', 'browseLabel' => 'Select Photo' ], ])->label(Yii::t('frontend/common', "image"));?>