* fix reload target after complete upload images, see http://ranzhi.5upm.com/bug-view-1241.html.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user