글 수정시 파일 불러올때 이미지로 불러오는법 (질문)

매출이 오르면 내리는 수수료! 지금 수수료센터에서 전자결제(PG)수수료 비교견적 신청해 보세요!
글 수정시 파일 불러올때 이미지로 불러오는법 (질문)

QA

글 수정시 파일 불러올때 이미지로 불러오는법 (질문)

답변 1

본문

<?php if($w == 'u' && $file[$i]['file']) { ?>

    <span class="file_del">

        <input type="checkbox" id="bf_file_del<?php echo $i ?>" name="bf_file_del[<?php echo $i;  ?>]" value="1"> <label for="bf_file_del<?php echo $i ?>"><?php echo $file[$i]['source'].'('.$file[$i]['size'].')';  ?> 파일 삭제</label>

    </span>

<?php } ?> 이렇게 불러올때 혹시 파일의 이미지로 불러올 수는 없나요?

이 질문에 댓글 쓰기 :

답변 1

시도해보세요.


<?php if($w == 'u' && $file[$i]['file']) { ?>
 
    <span class="file_del">
 
        <input type="checkbox" id="bf_file_del<?php echo $i ?>" name="bf_file_del[<?php echo $i;  ?>]" value="1">
        <label for="bf_file_del<?php echo $i ?>"><?php echo get_image($file[$i]['path'], 100, 100);  ?> 파일 삭제</label>
 
    </span>
 
<?php } ?>

오 감사합니다 혹시 불러온 이미지파일에서  <label for="bf_file_del<?php echo $i ?>"><?php echo get_image($file[$i]['path'], 100, 100);  ?> 파일 삭제</label>이거 누르면 파일 삭제되는건가요? 수정할때?

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 0
© SIRSOFT
현재 페이지 제일 처음으로