Kaynağa Gözat

Update:PNG文件上传问题

Zhu Jinhui 7 yıl önce
ebeveyn
işleme
bfa93d9dab
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      src/Library/Upload.php

+ 0 - 1
src/Library/Upload.php

@@ -360,7 +360,6 @@ class Upload
         }
         $extension = pathinfo($files['name'], PATHINFO_EXTENSION);
         $extension = strtolower($extension);
-        print_r($files);
         if (!in_array($files['type'], $this->mine) || !isset($this->mine[$extension])) {
             $data['code'] = 1407;
             $data['src'] = '';