cheditor 사용중 이미지 업로드 경로 정보
cheditor 사용중 이미지 업로드 경로본문
insert_image.php 에서
$save_as_directory = $g4[path]/data/file/$bo_table/";
$save_as_url = $g4[path]/data/file/$bo_table/";
이렇게 경로를 변경시켰습니다.
확인결과 업로드시에 그 폴더에 저장되는거 같긴한데요..
역시나 목록에서는 엑박입니다
list.skin 에서
$img = "$g4[path]/data/file/$bo_table/".urlencode($list[$i][file][0][file]);
if (!file_exists($img) || !$list[$i][file][0][file])
$img = "$board_skin_path/img/no_image.gif";
로 되어있는데요...
왜 안될까요 ㅠ.ㅠ?
$save_as_directory = $g4[path]/data/file/$bo_table/";
$save_as_url = $g4[path]/data/file/$bo_table/";
이렇게 경로를 변경시켰습니다.
확인결과 업로드시에 그 폴더에 저장되는거 같긴한데요..
역시나 목록에서는 엑박입니다
list.skin 에서
$img = "$g4[path]/data/file/$bo_table/".urlencode($list[$i][file][0][file]);
if (!file_exists($img) || !$list[$i][file][0][file])
$img = "$board_skin_path/img/no_image.gif";
로 되어있는데요...
왜 안될까요 ㅠ.ㅠ?