다수의 첨부파일이 있는 글 수정시..

다수의 첨부파일을 추가하기 위해 editor.php 파일을 아래와 같이 수정하였습니다.

        <div class="kboard-attr-row">
            <label class="attr-name">첨부파일1</label>
            <div class="attr-value">
                <?php if($content->attach->file1[0]):?><?=$content->attach->file1[1]?> - <a href="<?=$url->getDeleteURLWithAttach($content->uid, 'file1');?>" onclick="return confirm('삭제 하시겠습니까?');">삭제</a><?php endif?>
                <input type="file" name="kboard_attach_file1">
            </div>
        </div>

        <div class="kboard-attr-row">
            <label class="attr-name">첨부파일2</label>
            <div class="attr-value">
                <?php if($content->attach->file1[0]):?><?=$content->attach->file1[1]?> - <a href="<?=$url->getDeleteURLWithAttach($content->uid, 'file1');?>" onclick="return confirm('삭제 하시겠습니까?');">삭제</a><?php endif?>
                <input type="file" name="kboard_attach_file2">
            </div>
        </div>    
        
        <div class="kboard-attr-row">
            <label class="attr-name">첨부파일3</label>
            <div class="attr-value">
                <?php if($content->attach->file1[0]):?><?=$content->attach->file1[1]?> - <a href="<?=$url->getDeleteURLWithAttach($content->uid, 'file1');?>" onclick="return confirm('삭제 하시겠습니까?');">삭제</a><?php endif?>
                <input type="file" name="kboard_attach_file3">
            </div>
        </div>

글 작성 및 첨부파일 추가, 다운로드도 잘 되는데 글 수정을 했을때

첨부파일 2/3의 이름이 모두 첨부파일1로 나타납니다.

어디를 수정해야 하나요???

좋은 정보와 인맥을 동시에, 워드프레스 사용자 단톡방 참여하기
좋은 정보와 인맥을 동시에, 워드프레스 사용자 단톡방 참여하기
좋은 정보와 인맥을 동시에, 워드프레스 사용자 단톡방 참여하기