Kaynağa Gözat

单图表单图片上传限制

jqh 5 yıl önce
ebeveyn
işleme
4a6b930921
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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;
     }