瀏覽代碼

单图表单图片上传限制

jqh 5 年之前
父節點
當前提交
4a6b930921
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Form/Field/Image.php

+ 1 - 0
src/Form/Field/Image.php

@@ -66,6 +66,7 @@ class Image extends File
             $this->options['accept'] = [];
         }
 
+        $this->options['fileNumLimit'] = 1;
         $this->options['accept']['mimeTypes'] = 'image/*';
         $this->options['isImage'] = true;
     }