mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 21:12:15 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3718 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2e9032a4ee
commit
f95aca127e
1 changed files with 15 additions and 13 deletions
|
|
@ -503,6 +503,7 @@
|
|||
* @brief upload_target_srl을 키로 하는 첨부파일을 찾아서 java script 코드로 return
|
||||
**/
|
||||
function printUploadedFileList($editor_sequence, $upload_target_srl) {
|
||||
if($upload_target_srl) {
|
||||
// file의 Model객체 생성
|
||||
$oFileModel = &getModel('file');
|
||||
|
||||
|
|
@ -519,6 +520,7 @@
|
|||
$file_list[] = $file_info;
|
||||
$attached_size += $file_info->file_size;
|
||||
}
|
||||
}
|
||||
|
||||
// 업로드 상태 표시 작성
|
||||
$upload_status = $oFileModel->getUploadStatus($attached_size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue