|
@@ -409,7 +409,8 @@ class Upload
|
|
'imagetype' => $this->fileInfo['suffix'],
|
|
'imagetype' => $this->fileInfo['suffix'],
|
|
'imageframes' => 0,
|
|
'imageframes' => 0,
|
|
'mimetype' => $this->fileInfo['type'],
|
|
'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(),
|
|
'uploadtime' => time(),
|
|
'storage' => 'local',
|
|
'storage' => 'local',
|
|
'sha1' => $sha1,
|
|
'sha1' => $sha1,
|