Explorar o código

单图表单图片上传限制

jqh %!s(int64=5) %!d(string=hai) anos
pai
achega
4a6b930921
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
     }