自定义字段-多附件模块无法上传非图片的文件
Closed this issue · 1 comments
aURORA-JC commented
在添加多附件字段后,无法上传非图片的文件。
问题原因
文件A/c/FieldsController.php
->line 790
,accept:"images"
->line 792
,acceptMime:"image/*"
改写为
,accept:"file"
,acceptMime:"*"
Cherry-toto commented
已知bug,下个版本修复。谢谢提醒。