안녕하세요.
김정균님의 질문하는 요령을 나름 정독했으나 이해력 부족으로 게시판을 어지럽히는 이상한 글 하나를 쓰고 있는 건 아닌지 모르겠네요.
제 웹사이트에 쓰려고 "Ntype"님이 올려주신 영문 게시판 스킨
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=70570 을 바탕으로 dtd 버전의 영문 게시판 스킨을 만들고 있는데요,,,(참고로 전 그야말로 쌩,,, 전혀,,,, php의 p자로 모릅니다.)
input typy="file" 형태는 수정이 안 되어 있어서 어찌하나 찾아보다가 "엠모임"님이 올려주신 소스
http://www.sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=30637 를 보고 무작정 붙여넣기로 디자인 수정을 했습니다.
그런데 파일 업로드는 안 되길래 원본과 이리저리 짜깁기를 하다가
<input type="text" id="bf_content[]" class="ed" readonly="readonly" title="업로드 이미지 파일에 해당 되는 내용을 입력하세요." value="<?php if ($wu) echo $file[$i]['content']; ?>" />
<div class="file_input_div">
<input type="button" value="search" class="file_input_button" />
<input type="file" name="bf_file[]" class="ed_file" title="파일 용량 <?php echo $upload_max_filesize?> 이하만 업로드 가능" onchange="javascript: document.getElementById('fileName').value = this.value" />
</div>
라는 이상한 걸 만들 게 됐습니다.
이게 디자인도 됐고 업로드도 되긴 되는데 제가 무슨 짓을 한 건지 ,,,,
이거 써도 되는 건지 궁금합니다.
원문은
<span class="basicForm">
<input type="file" class="ed file" name="bf_file[]" title="파일 용량 <?php echo $upload_max_filesize?> 이하만 업로드 가능" />
<?php if($is_file_content) { ?><input type="text" class="ed" size="50" name="bf_content[]" title="업로드 이미지 파일에 해당 되는 내용을 입력하세요." value="<?php if ($wu) echo $file[$i]['content']; ?>" /><?php } ?>
</span>
이렇습니다.
김정균님의 질문하는 요령을 나름 정독했으나 이해력 부족으로 게시판을 어지럽히는 이상한 글 하나를 쓰고 있는 건 아닌지 모르겠네요.
제 웹사이트에 쓰려고 "Ntype"님이 올려주신 영문 게시판 스킨
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=70570 을 바탕으로 dtd 버전의 영문 게시판 스킨을 만들고 있는데요,,,(참고로 전 그야말로 쌩,,, 전혀,,,, php의 p자로 모릅니다.)
input typy="file" 형태는 수정이 안 되어 있어서 어찌하나 찾아보다가 "엠모임"님이 올려주신 소스
http://www.sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=30637 를 보고 무작정 붙여넣기로 디자인 수정을 했습니다.
그런데 파일 업로드는 안 되길래 원본과 이리저리 짜깁기를 하다가
<input type="text" id="bf_content[]" class="ed" readonly="readonly" title="업로드 이미지 파일에 해당 되는 내용을 입력하세요." value="<?php if ($wu) echo $file[$i]['content']; ?>" />
<div class="file_input_div">
<input type="button" value="search" class="file_input_button" />
<input type="file" name="bf_file[]" class="ed_file" title="파일 용량 <?php echo $upload_max_filesize?> 이하만 업로드 가능" onchange="javascript: document.getElementById('fileName').value = this.value" />
</div>
라는 이상한 걸 만들 게 됐습니다.
이게 디자인도 됐고 업로드도 되긴 되는데 제가 무슨 짓을 한 건지 ,,,,
이거 써도 되는 건지 궁금합니다.
원문은
<span class="basicForm">
<input type="file" class="ed file" name="bf_file[]" title="파일 용량 <?php echo $upload_max_filesize?> 이하만 업로드 가능" />
<?php if($is_file_content) { ?><input type="text" class="ed" size="50" name="bf_content[]" title="업로드 이미지 파일에 해당 되는 내용을 입력하세요." value="<?php if ($wu) echo $file[$i]['content']; ?>" /><?php } ?>
</span>
이렇습니다.
댓글 4개
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기