chuweiqiang vor 1 Jahr
Ursprung
Commit
796891d60a
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  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,