Merge pull request #152 from kijin/fuxml/dont-post-with-xml

XML 제거: 폼 제출시 불필요하게 XML을 사용하지 않도록 변경
This commit is contained in:
Kijin Sung 2016-01-27 13:32:54 +09:00
commit 9ee739aea7
6 changed files with 369 additions and 374 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++)
{