📜  允许扩展图像 chrome、firefox - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:43.205000             🧑  作者: Mango

代码示例1
// chrome, firefox
'accept' => 'image/png, image/jpeg'

'type' => 'file', 'class' => 'form-control','label' => __d('static', 'image') . ' ' . __d('static', 'required'), 'multiple', 'accept' => 'image/png, image/jpeg')); ?>