Warning: Undefined array key "mobile_dir" in /home/kagla/new-sir/old/common.php on line 315
텍스트 업로드를 이미지 업로드로 바꾸는 방법이요 급합니다ㅠㅠ

텍스트 업로드를 이미지 업로드로 바꾸는 방법이요 급합니다ㅠㅠ

텍스트 업로드를 이미지 업로드로 바꾸는 방법이요 급합니다ㅠㅠ

QA

텍스트 업로드를 이미지 업로드로 바꾸는 방법이요 급합니다ㅠㅠ

답변 1

본문

122.png
제품상세정보 업로드 소스

<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<!-- 추가필드2 끝-->
<tr>
    <td style='padding-left:20px;'>· 제품상세내용 </td>
    <td style='padding:5 0 5 0;'>        <? if ($is_dhtml_editor) { ?>
            <?=cheditor2('wr_content', $content);?>
        <? } else { ?>
       <table width=100% cellpadding=0 cellspacing=0>
          <tr>
           <td width=50% align=left valign=bottom>
                <span style="cursor: pointer;" onclick="textarea_decrease('wr_content', 10);"><img src="<?=$board_skin_path?>/img/up.gif"></span>
                <span style="cursor: pointer;" onclick="textarea_original('wr_content', 10);"><img src="<?=$board_skin_path?>/img/start.gif"></span>
                <span style="cursor: pointer;" onclick="textarea_increase('wr_content', 10);"><img src="<?=$board_skin_path?>/img/down.gif"></span></td>
            <td width=50% align=right><? if ($write_min || $write_max) { ?><span id=char_count></span>글자<?}?></td>
        </tr> 
        </table> 
        <textarea id="wr_content" name="wr_content" class=tx style='width:100%; word-break:break-all;' rows=10 itemname="내용" required 
        <? if ($write_min || $write_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?}?>><?=$content?></textarea>
        <? if ($write_min || $write_max) { ?><script type="text/javascript"> check_byte('wr_content', 'char_count'); </script><?}?>
        <? } ?>
  
</td> 
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
 제품 상세정보라고 되어있는 공간에 텍스트 말고 이미지를 업로드 해야되요ㅠㅠ

이 질문에 댓글 쓰기 :

답변 1

ㅡㅡ뭐지?
글쓰기 할 때 내용에 이미지 넣으면 나오는거 아니에요?
textarea니까 글쓰기에서 에디터 사용할 수 있게 하고 에디터에 이미지 올리면 될 것 같은데요
답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 129,406
© SIRSOFT
현재 페이지 제일 처음으로