첨부파일을 다른곳에 붙이는 방법?? 3일간 해맴 정보
첨부파일을 다른곳에 붙이는 방법?? 3일간 해맴
첨부파일
본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 :
order.php 주소
http://moneypam.dothome.co.kr/skin/board/shop_mall/order.php
orderview.php주소
http://moneypam.dothome.co.kr/skin/board/shop_mall/orderview.php?bo_table=stamp_sample1&wr_id=2&od_id=6
위와 같이 점선부분에 파일첨부를 넣고 싶은데 아무리 시도해봐도 오류만나고 잘 안됩니다.
혹시아시는분은 답변부탁드려요.. 아니면 번거로우시겠지만
소스 수정부탁드립니다.
오류 주소 :
order.php 주소
http://moneypam.dothome.co.kr/skin/board/shop_mall/order.php
orderview.php주소
http://moneypam.dothome.co.kr/skin/board/shop_mall/orderview.php?bo_table=stamp_sample1&wr_id=2&od_id=6
위와 같이 점선부분에 파일첨부를 넣고 싶은데 아무리 시도해봐도 오류만나고 잘 안됩니다.
혹시아시는분은 답변부탁드려요.. 아니면 번거로우시겠지만
소스 수정부탁드립니다.
댓글 전체
첨부화일이 이미지라면 출력은 echo $view[file][0][view] 하면 될테고..
등록시에는 다음 스크립트를 적당한 곳에 추가 하면 됩니다
if($w == "u") {
if($file[0][source]) {
$del_file_script1 = "<br><input type='checkbox' name='bf_file_del[0]' value='1' id=del_ff><a onclick='if(del_ff.checked) del_ff.checked=false; else del_ff.checked=true' style='cursor:pointer'>{$file[0][source]}({$file[0][size]}) 사진삭제 </a> "; }
}
--------------------------------
<input type='file' class=ed size=32 name='bf_file[]' title='파일 용량 <?=$upload_max_filesize?> 이하만 업로드 가능'><?=$del_file_script1?>
등록시에는 다음 스크립트를 적당한 곳에 추가 하면 됩니다
if($w == "u") {
if($file[0][source]) {
$del_file_script1 = "<br><input type='checkbox' name='bf_file_del[0]' value='1' id=del_ff><a onclick='if(del_ff.checked) del_ff.checked=false; else del_ff.checked=true' style='cursor:pointer'>{$file[0][source]}({$file[0][size]}) 사진삭제 </a> "; }
}
--------------------------------
<input type='file' class=ed size=32 name='bf_file[]' title='파일 용량 <?=$upload_max_filesize?> 이하만 업로드 가능'><?=$del_file_script1?>