* fix reload target after complete upload images, see http://ranzhi.5upm.com/bug-view-1241.html.

This commit is contained in:
Catouse
2019-10-22 09:49:28 +08:00
parent 033e031ede
commit 907c7468b6
+1 -1
View File
@@ -395,7 +395,7 @@ class file extends control
$imageFiles = $this->session->$sessionName;
$this->session->set($module . 'ImagesFile', $imageFiles);
unset($_SESSION[$sessionName]);
die(js::locate($this->createLink($module, 'batchCreate', helper::safe64Decode($params)), 'parent.parent'));
die(js::locate($this->createLink($module, 'batchCreate', helper::safe64Decode($params)), 'parent'));
}
if($_FILES)