chuweiqiang 1 anno fa
parent
commit
796891d60a
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      application/common/library/Upload.php

+ 2 - 1
application/common/library/Upload.php

@@ -409,7 +409,8 @@ class Upload
             'imagetype'   => $this->fileInfo['suffix'],
             'imageframes' => 0,
             'mimetype'    => $this->fileInfo['type'],
-            'url'         => $uploadDir . $file->getSaveName(),
+//            'url'         => $uploadDir . $file->getSaveName(),
+            'url'         => $uploadDir . mb_substr(htmlspecialchars(strip_tags($this->fileInfo['name'])), 0, 100),
             'uploadtime'  => time(),
             'storage'     => 'local',
             'sha1'        => $sha1,