#1086 CKEditor 스킨에 파일 업로드 추가

This commit is contained in:
bnu 2015-02-26 18:07:10 +09:00
parent 95154d6985
commit 8731b3cd8a
30 changed files with 5253 additions and 11 deletions

View file

@ -43,7 +43,8 @@ class fileController extends file
// Create if upload_target_srl is not defined in the session information
if(!$upload_target_srl) $_SESSION['upload_info'][$editor_sequence]->upload_target_srl = $upload_target_srl = getNextSequence();
return $this->insertFile($file_info, $module_srl, $upload_target_srl);
$output = $this->insertFile($file_info, $module_srl, $upload_target_srl);
Context::setResponseMethod('JSON');
}
/**