소스 검색

单图表单图片上传限制

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;
     }