git-svn-id: http://xe-core.googlecode.com/svn/trunk@1131 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-13 11:06:36 +00:00
parent 81eb01ed4e
commit 0ecda6d682
4 changed files with 56 additions and 30 deletions

View file

@ -27,7 +27,7 @@
$output = $this->insertFile($module_srl, $upload_target_srl);
// 첨부파일의 목록을 java script로 출력
$this->printUploadedFileList($upload_target_srl);
//$this->printUploadedFileList($upload_target_srl);
}
@ -59,7 +59,7 @@
* @brief 첨부파일 추가
**/
function insertFile($module_srl, $upload_target_srl) {
$file_info = Context::get('file');
$file_info = Context::get('Filedata');
// 정상적으로 업로드된 파일이 아니면 오류 출력
if(!is_uploaded_file($file_info['tmp_name'])) return false;