첨부파일 필드로 하고싶습니다.

첨부파일 필드로 하고싶습니다.

QA

첨부파일 필드로 하고싶습니다.

답변 1

본문

첨부파일 이미지[01]하고 토렌토(01)만 필드 입력 하게 하고 십습니다.

 

"required"를 사용하니깐 "글쓰기에는 $wr_id 값을 사용하지 않습니다"나타 납니다.

 

 

<?

if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

 

if ($is_dhtml_editor) {

    include_once("$g4[path]/lib/cheditor4.lib.php");

    echo "<script src='$g4[cheditor4_path]/cheditor.js'></script>";

    echo cheditor1('wr_content', '100%', '250');

}

?>

<div style="height:14px; line-height:1px; font-size:1px;"> </div>

<style type="text/css">

.write_head { height:30px; text-align:center; color:#8492A0; }

.field { border:1px solid #ccc; }

</style>

<script type="text/javascript">

// 글자수 제한

var char_min = parseInt(<?=$write_min?>); // 최소

var char_max = parseInt(<?=$write_max?>); // 최대

</script>

<form name="fwrite" method="post" onsubmit="return fwrite_submit(this);" enctype="multipart/form-data" style="margin:0px;">

<input type=hidden name=null> 

<input type=hidden name=w        value="<?=$w?>">

<input type=hidden name=bo_table value="<?=$bo_table?>">

<input type=hidden name=wr_id    value="<?=$wr_id?>">

<input type=hidden name=sca      value="<?=$sca?>">

<input type=hidden name=sfl      value="<?=$sfl?>">

<input type=hidden name=stx      value="<?=$stx?>">

<input type=hidden name=spt      value="<?=$spt?>">

<input type=hidden name=sst      value="<?=$sst?>">

<input type=hidden name=sod      value="<?=$sod?>">

<input type=hidden name=page     value="<?=$page?>">

 

<table width="<?=$width?>" align=center cellpadding=0 cellspacing=0><tr><td>

 

<div style="border:1px solid #ddd; height:34px; background:url(<?=$board_skin_path?>/img/title_bg.gif) repeat-x;">

<div style="font-weight:bold; font-size:14px; margin:7px 0 0 10px;">:: <?=$title_msg?> ::</div>

</div>

<div style="height:3px; background:url(<?=$board_skin_path?>/img/title_shadow.gif) repeat-x; line-height:1px; font-size:1px;"></div>

 

<table width="100%" border="0" cellspacing="0" cellpadding="0">

<colgroup width=90>

<colgroup width=''>

<tr><td colspan="2" style="background:url(<?=$board_skin_path?>/img/title_bg.gif) repeat-x; height:3px;"></td></tr>

<? if ($is_name) { ?>

<tr>

    <td class=write_head>이 름</td>

    <td><input class='ed' maxlength=20 size=15 name=wr_name itemname="이름" required value="<?=$name?>"></td></tr>

<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>

<? } ?>

 

<? if ($is_password) { ?>

<tr>

    <td class=write_head>패스워드</td>

    <td><input class='ed' type=password maxlength=20 size=15 name=wr_password itemname="패스워드" <?=$password_required?>></td></tr>

<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>

<? } ?>

 

<? if ($is_email) { ?>

<tr>

    <td class=write_head>이메일</td>

    <td><input class='ed' maxlength=100 size=50 name=wr_email email itemname="이메일" value="<?=$email?>"></td></tr>

<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>

<? } ?>

 

<? if ($is_homepage) { ?>

<tr>

    <td class=write_head>홈페이지</td>

    <td><input class='ed' size=50 name=wr_homepage itemname="홈페이지" value="<?=$homepage?>"></td></tr>

<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>

<? } ?>

<? 

$option = "";

$option_hidden = "";

if ($is_notice || $is_html || $is_secret || $is_mail) { 

    $option = "";

    if ($is_notice) { 

        $option .= "<input type=checkbox name=notice value='1' $notice_checked>공지 ";

    }

 

    if ($is_html) {

        if ($is_dhtml_editor) {

            $option_hidden .= "<input type=hidden value='html1' name='html'>";

        } else {

            $option .= "<input onclick='html_auto_br(this);' type=checkbox value='$html_value' name='html' $html_checked><span class=w_title>html</span> ";

        }

    }

 

    if ($is_secret) {

        if ($is_admin || $is_secret==1) {

            $option .= "<input type=checkbox value='secret' name='secret' $secret_checked><span class=w_title>비밀글</span> ";

        } else {

            $option_hidden .= "<input type=hidden value='secret' name='secret'>";

        }

    }

    

    if ($is_mail) {

        $option .= "<input type=checkbox value='mail' name='mail' $recv_email_checked>답변메일받기 ";

    }

}

 

echo $option_hidden;

if ($option) {

?>

<tr>

    <td class=write_head>옵 션</td>

    <td><?=$option?></td></tr>

<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>

<? } ?>

 

<? if ($is_admin) { ?>

<tr>

    <td class=write_head>회원아이디</td>

    <td><input class="ed" style="width:150;" name="wr_9" itemname="회원아이디" value="<?=$write["wr_9"]?>" /></td></tr>

<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>

<? } ?>

 

 

<? if ($is_category) { ?>

<tr>

    <td class=write_head>분 류</td>

    <td><select name=ca_name required itemname="분류"><option value="">선택하세요<?=$category_option?></select></td></tr>

<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>

<? } ?>

 

<tr>

    <td class=write_head>제 목</td>

    <td><input class='ed' style="width:100%;" name=wr_subject id="wr_subject" itemname="제목" required value="<?=$subject?>"></td></tr>

<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>

<tr>

    <td class='write_head' style='padding:5 0 5 10;' colspan='2'>

        <? 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="내용"

        <? 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=#dddddd></td></tr>

 

<? if ($is_link) { ?><? for ($i=1; $i<=$g4[link_count]; $i++) { ?>

<tr>

    <td class=write_head>링크 #<?=$i?></td>

    <td><input type='text' class='ed' size=50 name='wr_link<?=$i?>' itemname='링크 #<?=$i?>' value='<?=$write["wr_link{$i}"]?>'></td>

</tr>

<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>

<? } ?><? } ?>

 

<? if ($is_file) { ?>

<tr>

    <td class=write_head>이미지파일</td>

    <td style="padding:5 0 5 0;">

      <table border="0" cellspacing="0" cellpadding="0">

        <tr>

          <td align="center" style="padding:5;"><?

$fno=0;

$img = $file[$fno][path].'/'.$file[$fno][file];

if($file[$fno][file]."" == "") $img= $board_skin_path.'/images/images.jpg';

?>

<img src="<?=$img?>" width="120" height="100" alt="<?=$file[$fno][bf_content]?>" />

<? if($file[$fno][file]."" == ""){?><div><input type="file" name="bf_file[]"  style='width:220px;'/><input type="hidden" name="bf_content[]" /></div><? }else{?>

<div><input type='checkbox' name='bf_file_del[<?=$fno?>]' value='1' /><a href='<?=$file[$fno][href]?>'>이미지[01] (<?=$file[$fno][size]?>)</a> 파일 삭제<input type="hidden" name="bf_content[]" value="<?=$file[$fno][bf_content]?>" /></div>

<span style="display:none"><input type="file" name="bf_file[]" /></span>

<? }?></td>

<td align="center" style="padding:5;"><?

$fno=1;

$img = $file[$fno][path].'/'.$file[$fno][file];

if($file[$fno][file]."" == "") $img= $board_skin_path.'/images/images.jpg';

?>

<img src="<?=$img?>" width="120" height="100" alt="<?=$file[$fno][bf_content]?>" />

<? if($file[$fno][file]."" == ""){?><div><input type="file" name="bf_file[]"  style='width:220px;' /><input type="hidden" name="bf_content[]" /></div><? }else{?>

<div><input type='checkbox' name='bf_file_del[<?=$fno?>]' value='1' /><a href='<?=$file[$fno][href]?>'>이미지[02] (<?=$file[$fno][size]?>)</a> 파일 삭제<input type="hidden" name="bf_content[]" value="<?=$file[$fno][bf_content]?>" /></div>

<span style="display:none"><input type="file" name="bf_file[]" /></span>

<? }?></td>

          <td align="center" style="padding:5;"><?

$fno=2;

$img = $file[$fno][path].'/'.$file[$fno][file];

if($file[$fno][file]."" == "") $img= $board_skin_path.'/images/images.jpg';

?>

<img src="<?=$img?>" width="120" height="100" alt="<?=$file[$fno][bf_content]?>" />

<? if($file[$fno][file]."" == ""){?><div><input type="file" name="bf_file[]"  style='width:220px;' /><input type="hidden" name="bf_content[]" /></div><? }else{?>

<div><input type='checkbox' name='bf_file_del[<?=$fno?>]' value='1' /><a href='<?=$file[$fno][href]?>'>이미지[03] (<?=$file[$fno][size]?>)</a> 파일 삭제<input type="hidden" name="bf_content[]" value="<?=$file[$fno][bf_content]?>" /></div>

<span style="display:none"><input type="file" name="bf_file[]" /></span>

<? }?></td>

<td align="center" style="padding:5;"><?

$fno=3;

$img = $file[$fno][path].'/'.$file[$fno][file];

if($file[$fno][file]."" == "") $img= $board_skin_path.'/images/images.jpg';

?>

<img src="<?=$img?>" width="120" height="100" alt="<?=$file[$fno][bf_content]?>" />

<? if($file[$fno][file]."" == ""){?><div><input type="file" name="bf_file[]"  style='width:220px;' /><input type="hidden" name="bf_content[]" /></div><? }else{?>

<div><input type='checkbox' name='bf_file_del[<?=$fno?>]' value='1' /><a href='<?=$file[$fno][href]?>'>이미지[04] (<?=$file[$fno][size]?>)</a> 파일 삭제<input type="hidden" name="bf_content[]" value="<?=$file[$fno][bf_content]?>" /></div>

<span style="display:none"><input type="file" name="bf_file[]" /></span>

<? }?></td>

        </tr>

      </table></td>

</tr>

<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>

 

<tr>

    <td class=write_head>토렌토파일</td>

    <td style='padding:5 0 5 0;'><table width="100%" border="0" cellspacing="0" cellpadding="0">

  <tr>

    <td width="60" height="24">토렌토(01)</td>

    <td width="716"><? $fno=4; if($file[$fno][file]."" == ""){?>

<div><input type="file" name="bf_file[]" /><input type="hidden" name="bf_content[]" /></div>

<? }else{?>

<div>

<input type='checkbox' name='bf_file_del[<?=$fno?>]' value='1' />

<a href='<?=$file[$fno][href]?>'><?=$file[$fno][source]?> (<?=$file[$fno][size]?>)</a> 파일 삭제

<input type="hidden" name="bf_file[]" value="<?=$file[$fno][bf_content]?>" />

</div>

<span style="display:none"><input type="file" name="bf_file[]" /></span>

<? }?>

</td>

  </tr>

  

  <tr>

    <td width="60" height="24">토렌토(02)</td>

    <td><? $fno=5; if($file[$fno][file]."" == ""){?>

<div><input type="file" name="bf_file[]" /><input type="hidden" name="bf_content[]" /></div>

<? }else{?>

<div>

<input type='checkbox' name='bf_file_del[<?=$fno?>]' value='1' />

<a href='<?=$file[$fno][href]?>'><?=$file[$fno][source]?> (<?=$file[$fno][size]?>)</a> 파일 삭제

<input type="hidden" name="bf_content[]" value="<?=$file[$fno][bf_content]?>" />

</div>

<span style="display:none"><input type="file" name="bf_file[]" /></span>

<? }?>

</td>

  </tr>

  

  <tr>

    <td width="60" height="24">토렌토(03)</td>

    <td><? $fno=6; if($file[$fno][file]."" == ""){?>

<div><input type="file" name="bf_file[]" /><input type="hidden" name="bf_content[]" /></div>

<? }else{?>

<div>

<input type='checkbox' name='bf_file_del[<?=$fno?>]' value='1' />

<a href='<?=$file[$fno][href]?>'><?=$file[$fno][source]?> (<?=$file[$fno][size]?>)</a> 파일 삭제

<input type="hidden" name="bf_content[]" value="<?=$file[$fno][bf_content]?>" />

</div>

<span style="display:none"><input type="file" name="bf_file[]" /></span>

<? }?>

</td>

  </tr>

  

  <tr>

    <td width="60" height="24">토렌토(04)</td>

    <td><? $fno=7; if($file[$fno][file]."" == ""){?>

<div><input type="file" name="bf_file[]" /><input type="hidden" name="bf_content[]" /></div>

<? }else{?>

<div>

<input type='checkbox' name='bf_file_del[<?=$fno?>]' value='1' />

<a href='<?=$file[$fno][href]?>'><?=$file[$fno][source]?> (<?=$file[$fno][size]?>)</a>파일 삭제

<input type="hidden" name="bf_content[]" value="<?=$file[$fno][bf_content]?>" />

</div>

<span style="display:none"><input type="file" name="bf_file[]" /></span>

<? }?>

</td>

  </tr>

  

  <tr>

    <td width="60" height="24">토렌토(05)</td>

    <td><? $fno=8; if($file[$fno][file]."" == ""){?>

<div><input type="file" name="bf_file[]" /><input type="hidden" name="bf_content[]" /></div>

<? }else{?>

<div>

<input type='checkbox' name='bf_file_del[<?=$fno?>]' value='1' />

<a href='<?=$file[$fno][href]?>'><?=$file[$fno][source]?> (<?=$file[$fno][size]?>)</a> 파일 삭제

<input type="hidden" name="bf_content[]" value="<?=$file[$fno][bf_content]?>" />

</div>

<span style="display:none"><input type="file" name="bf_file[]" /></span>

<? }?>

</td>

  </tr>

</table>

</td>

</tr>

<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>

<? } ?>

 

<? if ($is_trackback) { ?>

<tr>

    <td class=write_head>트랙백주소</td>

    <td><input class='ed' size=50 name=wr_trackback itemname="트랙백" value="<?=$trackback?>">

        <? if ($w=="u") { ?><input type=checkbox name="re_trackback" value="1">핑 보냄<? } ?></td>

</tr>

<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>

<? } ?>

 

<? if ($is_guest) { ?>

<tr>

    <td class=write_head><img id='kcaptcha_image' /></td>

    <td><input class='ed' type=input size=10 name=wr_key itemname="자동등록방지" required>  왼쪽의 글자를 입력하세요.</td>

</tr>

<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>

<? } ?>

 

</table>

 

<table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>

    <td width="100%" align="center" valign="top" style="padding-top:30px;">

        <input type=image id="btn_submit" src="<?=$board_skin_path?>/img/btn_write.gif" border=0 accesskey='s'> 

        <a href="./board.php?bo_table=<?=$bo_table?>"><img id="btn_list" src="<?=$board_skin_path?>/img/btn_list.gif" border=0></a></td>

</tr>

</table>

 

</td></tr></table>

</form>

<script type="text/javascript" src="<?="$g4[path]/js/jquery.kcaptcha.js"?>"></script>

<script type="text/javascript">

<?

// 관리자라면 분류 선택에 '공지' 옵션을 추가함

if ($is_admin) 

{

    echo "

    if (typeof(document.fwrite.ca_name) != 'undefined')

    {

        document.fwrite.ca_name.options.length += 1;

        document.fwrite.ca_name.options[document.fwrite.ca_name.options.length-1].value = '공지';

        document.fwrite.ca_name.options[document.fwrite.ca_name.options.length-1].text = '공지';

    }";

?>

 

with (document.fwrite) 

{

    if (typeof(wr_name) != "undefined")

        wr_name.focus();

    else if (typeof(wr_subject) != "undefined")

        wr_subject.focus();

    else if (typeof(wr_content) != "undefined")

        wr_content.focus();

 

    if (typeof(ca_name) != "undefined")

        if (w.value == "u")

            ca_name.value = "<?=$write[ca_name]?>";

}

 

function html_auto_br(obj) 

{

    if (obj.checked) {

        result = confirm("자동 줄바꿈을 하시겠습니까?\n\n자동 줄바꿈은 게시물 내용중 줄바뀐 곳을<br>태그로 변환하는 기능입니다.");

        if (result)

            obj.value = "html2";

        else

            obj.value = "html1";

    }

    else

        obj.value = "";

}

 

function fwrite_submit(f) 

{

    /*

    var s = "";

    if (s = word_filter_check(f.wr_subject.value)) {

        alert("제목에 금지단어('"+s+"')가 포함되어있습니다");

        return false;

    }

 

    if (s = word_filter_check(f.wr_content.value)) {

        alert("내용에 금지단어('"+s+"')가 포함되어있습니다");

        return false;

    }

   

 

    if (document.getElementById('char_count')) {

        if (char_min > 0 || char_max > 0) {

            var cnt = parseInt(document.getElementById('char_count').innerHTML);

            if (char_min > 0 && char_min > cnt) {

                alert("내용은 "+char_min+"글자 이상 쓰셔야 합니다.");

                return false;

            } 

            else if (char_max > 0 && char_max < cnt) {

                alert("내용은 "+char_max+"글자 이하로 쓰셔야 합니다.");

                return false;

            }

        }

    }

 

    if (document.getElementById('tx_wr_content')) {

        if (!ed_wr_content.outputBodyText()) { 

            alert('내용을 입력하십시오.'); 

            ed_wr_content.returnFalse();

            return false;

        }

    } */

 

    <?

    if ($is_dhtml_editor) echo cheditor3('wr_content');

    ?>

 

    var subject = "";

    var content = "";

    $.ajax({

        url: "<?=$board_skin_path?>/ajax.filter.php",

        type: "POST",

        data: {

            "subject": f.wr_subject.value,

            "content": f.wr_content.value

        },

        dataType: "json",

        async: false,

        cache: false,

        success: function(data, textStatus) {

            subject = data.subject;

            content = data.content;

        }

    });

 

/*    if (subject) {

        alert("제목에 금지단어('"+subject+"')가 포함되어있습니다");

        f.wr_subject.focus();

        return false;

    }

 

    if (content) {

        alert("내용에 금지단어('"+content+"')가 포함되어있습니다");

        if (typeof(ed_wr_content) != "undefined") 

            ed_wr_content.returnFalse();

        else 

            f.wr_content.focus();

        return false;

    }

*/

 

    if (!check_kcaptcha(f.wr_key)) {

        return false;

    }

 

    document.getElementById('btn_submit').disabled = true;

    document.getElementById('btn_list').disabled = true;

 

    <?

    if ($g4[https_url])

        echo "f.action = '$g4[https_url]/$g4[bbs]/write_update.php';";

    else

        echo "f.action = './write_update.php';";

    ?>

    

    return true;

}

</script>

<script type="text/javascript" src="<?="$g4[path]/js/board.js"?>"></script>

<script type="text/javascript"> window.onload=function() { drawFont(); } </script> 

이 질문에 댓글 쓰기 :

답변 1

"required"를 사용하니깐 "글쓰기에는 $wr_id 값을 사용하지 않습니다"나타 납니다.

 

=>required를 사용했다해서 글쓰기에 저런 에러가 뜨는 경우는 보지 못했습니다.

 

저런 메시지가 뜨는 주된 이유는 글쓰기 페이지 하단에 있는

자바스크립트 오류 때문인 경우가 대부분이죠.

 

그 부분을 잘 살펴 보세요.

 

자바스크립트 소스 중간 중간에 alert를 적용해 가며 어디서 자바스크립트 오류가 발생하는 지 아신다면

그 부분 수정하면 대부분 잘됩니다.

 

건투를 빕니다 ^^​

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