From 340c84ef7667e6632db43e99cebb8ce0a43a2b6f Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Thu, 25 Nov 2021 15:46:06 +0800 Subject: [PATCH] try clear cache after upload done --- common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/common.php b/common.php index 30c3c1e..35b1173 100644 --- a/common.php +++ b/common.php @@ -303,6 +303,7 @@ function main($path) if ($_SERVER['ajax']) { if ($_GET['action']=='del_upload_cache') { // del '.tmp' without login. 无需登录即可删除.tmp后缀文件 + savecache('path_' . $path1, '', $_SERVER['disktag'], 1); // clear cache. return $drive->del_upload_cache($path); } if ($_GET['action']=='upbigfile') {