mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
본문 삽입시 이미지 URL을 상대경로로 변경
This commit is contained in:
parent
97a1b578a2
commit
7125cf0e12
7 changed files with 10 additions and 63 deletions
|
|
@ -46,12 +46,12 @@ class fileController extends file
|
|||
|
||||
$output = $this->insertFile($file_info, $module_srl, $upload_target_srl);
|
||||
Context::setResponseMethod('JSON');
|
||||
$this->add('file_srl',$output->get('file_srl'));
|
||||
$this->add('file_size',$output->get('file_size'));
|
||||
$this->add('direct_download',$output->get('direct_download'));
|
||||
$this->add('source_filename',$output->get('source_filename'));
|
||||
$this->add('download_url',$output->get('uploaded_filename'));
|
||||
$this->add('upload_target_srl',$output->get('upload_target_srl'));
|
||||
$this->add('file_srl', $output->get('file_srl'));
|
||||
$this->add('file_size', $output->get('file_size'));
|
||||
$this->add('direct_download', $output->get('direct_download'));
|
||||
$this->add('source_filename', $output->get('source_filename'));
|
||||
$this->add('download_url', $output->get('uploaded_filename'));
|
||||
$this->add('upload_target_srl', $output->get('upload_target_srl'));
|
||||
if($output->error != '0') $this->stop($output->message);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue