Skip to content

Commit

Permalink
上传传完成主动删除/tmp临时文件 (#141)
Browse files Browse the repository at this point in the history
* src/Upload/Listener/UploadListener.php:Fix 传完成主动删除/tmp临时文件

* src/Upload/Listener/UploadListener.php:Fix 上传完成主动删除/tmp临时文件

---------

Co-authored-by: 初学者3 <phperlu@gmail.com>
  • Loading branch information
ljk123 and ljk123 authored Jan 3, 2025
1 parent 1e63d4f commit 38718f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Upload/Listener/UploadListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public function process(object $event): void
$fileInfo->getSize(),
$this->filesystem->publicUrl($path . '/' . $filename)
));
@unlink($fileInfo->getRealPath());
}
}

Expand Down

0 comments on commit 38718f0

Please sign in to comment.