첨부파일 개수 늘리기 채택완료
http://sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=32264">http://sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=32264 글과 코멘트를 참고해서 첨부파일 개수를 지정했는데요.
작동은 잘되는데 수정할때 파일 첨부가 되어있지 않아도 파일 삭제가 생겨버립니다.
가령 5번째 첨부창에 파일 첨부하고 수정을 눌러보면 5번째는 물론 1~4번째까지 파일 삭제 버튼이 생기는식으로요.
어떤 부분을 수정해야할지 몰라서 질문드려봅니다.
</p><p><? if ($is_file) { ?>
<? for ($filecount=0; $filecount<=9; $filecount++) { ?>
<?php if ((int)$board[bo_upload_count] >= ($filecount + 1) || (int)$board[bo_upload_count] == 0) { ?>
<table>
<tr>
<td>· 파일</td>
<td><input class="box" type="file" name='bf_file[]' /><?php
if($file[$filecount][href])
echo "<input type='checkbox' name='bf_file_del[$filecount]' value='1'><a href='{$file[$filecount][href]}'>{$file[$filecount][source]}({$file[$filecount][size]})</a> 파일 삭제";
?></td>
</tr>
</table>
<?php } ?>
<?php } ?>
<?php } ?> </p><p>
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
11년 전
수정 전
if($file[$filecount][href])
수정 후
if($file[$filecount][source])
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
�
11년 전
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인전체 질문 목록
채택
채택
답변대기
답변대기
채택
채택
채택
채택
채택
채택
채택
채택
답변대기
채택
답변대기
답변대기
채택
채택
답변대기
채택
하지만 아직도 삭제 버튼이 나오네요..