Improve backward compatibility with AXUpload5 and other third-party AJAX apps

This commit is contained in:
Kijin Sung 2016-01-26 10:32:59 +09:00
parent 8ee5e8c4b0
commit 3a419d586d
5 changed files with 33 additions and 15 deletions

View file

@ -35,6 +35,7 @@ class fileModel extends file
{
$tmp_files = $this->getFiles($upload_target_srl);
$file_count = count($tmp_files);
$files = array();
for($i=0;$i<$file_count;$i++)
{