게시판에서 이미지를 압프로드하면 저의경우
/public_html/data/file/tb46
이안에 저장되더군요....
만약 동시에 아래와 같은 곳에도 이미지 저장되게 하려면 어떻게 하면 되나요???
/public_html/images/my/
고수님들 도와주세요.
/public_html/data/file/tb46
이안에 저장되더군요....
만약 동시에 아래와 같은 곳에도 이미지 저장되게 하려면 어떻게 하면 되나요???
/public_html/images/my/
고수님들 도와주세요.
댓글 1개
bbs/write_update.php 에서 아래 부분을 찾으세요
$dest_file = "$g4[path]/data/file/$bo_table/" . $upload[$i][file];
// 업로드가 안된다면 에러메세지 출력하고 죽어버립니다.
$error_code = move_uploaded_file($tmp_file, $dest_file) or die($_FILES[bf_file][error][$i]);
//추가하세요
copy($dest_file,"$g4[path]/images/my/{$upload[$i][file]}");
$dest_file = "$g4[path]/data/file/$bo_table/" . $upload[$i][file];
// 업로드가 안된다면 에러메세지 출력하고 죽어버립니다.
$error_code = move_uploaded_file($tmp_file, $dest_file) or die($_FILES[bf_file][error][$i]);
//추가하세요
copy($dest_file,"$g4[path]/images/my/{$upload[$i][file]}");
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기