파일첨부를 하려고 하는데... 정보가 전달이 안되요 ㅠ..ㅠ

1. memo2.skin.php의 file 선택값이 memo2_form_update.php에 전달이 안됩니다.
 
memo2.skin.php에서...
      <form name=fmemoform method=post enctype='multipart/form-data' action="javascript:fmemoform_submit(document.fmemoform);">
      ...
 
(1)은 잘 되는데 (2)는 $_FILES[memo_file][name] 의 값이 전달이 안됩니다. 이유가 뭘까요???
 
 
(1) - 일반적인 파일첨부 (잘 동작 합니다)
 
                      <table width="98%" border="0" cellpadding="0" cellspacing="0">
                        <tr align="center">
                          <td width="65" height="26" align="left" class="style5" style="padding-left:5px;">파일첨부</td>
                          <td align="left" ><input type="file" name="memo_file" itemname="파일첨부" style="width:240px; text-align:right;" /></td>
                        </tr>
                      </table>
 
(2) - 하고 싶은 파일첨부 (파일첨부 버튼을 그림으로...)
 
                      <table width="98%" border="0" cellpadding="0" cellspacing="0">
                        <tr align="center">
                          <td width="65" height="26" align="left" class="style5" style="padding-left:5px;">파일첨부</td>
                          <td align="left" ><input type="text" name="memo_file_show" id="memo_file_show" style="width:240px; text-align:right;" readonly /></td>
                          <td width="75" align="left" ><input type=file name='memo_file' style='display:none;'>
                          <img src="<?=$member_skin_path?>/img/file.gif" width="73" height="22" border="0" name='memo_file_find' id='memo_file_find' align='absmiddle' onclick='document.all.memo_file.click(); document.all.memo_file_show.value=document.all.memo_file.value'>
                          </td>
                          <td align="right" ><span class="style8"></span></td>
                        </tr>
                      </table>
|

댓글 2개

아래 팁을 이용하여 제작하셔야 할 것 같습니다.

파일업로드시 파일찾기 이미지로 바꾸기.
http://www.sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=5864
감사합니다. 지식인의 팁에는 submit 버튼을 두번 눌러야 하는 문제도 있었는데... 이건 잘 됩니다.
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
18년 전 조회 1,751
18년 전 조회 1,791
18년 전 조회 1,458
18년 전 조회 1,543
18년 전 조회 1,551
18년 전 조회 2,924
18년 전 조회 1,540
18년 전 조회 1,781
18년 전 조회 1,546
18년 전 조회 1,545
18년 전 조회 1,470
18년 전 조회 1,654
18년 전 조회 1,638
18년 전 조회 1,537
18년 전 조회 1,451
18년 전 조회 1,538
18년 전 조회 1,536
18년 전 조회 1,577
18년 전 조회 1,627
18년 전 조회 1,537