묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
파일다운로드가 안됩니다.
2008.02.06 13:42
modules/file/file.controller.php
// trigger 호출 (before)
$output = ModuleHandler::triggerCall('file.downloadFile', 'before', $file_obj);
if(!$output->toBool()) return $this->stop('msg_not_permitted_download');
여기서 걸려서 다운로드가 안되네요.
무엇때문에 안될까요? 도움주세요.
// trigger 호출 (before)
$output = ModuleHandler::triggerCall('file.downloadFile', 'before', $file_obj);
if(!$output->toBool()) return $this->stop('msg_not_permitted_download');
여기서 걸려서 다운로드가 안되네요.
무엇때문에 안될까요? 도움주세요.