모바일에서 파일 첨부시 카메라 연결
출처 : http://fimtrus.tistory.com/62
'mobile/skin/board/basic/write.skin.php'와
'mobile/skin/board/gallery/write.skin.php'을 수정합니다.
[code]<input type="file" name="bf_file[]" title="파일첨부 <?php echo $i+1 ?> : 용량 <?php echo $upload_max_filesize ?> 이하만 업로드 가능" class="frm_file frm_input">[/code]
을
[code]<input type="file" accept="image/*" capture="camera" name="bf_file[]" title="파일첨부 <?php echo $i+1 ?> : 용량 <?php echo $upload_max_filesize ?> 이하만 업로드 가능" class="frm_file frm_input">[/code]
로 수정

게시글 목록
| 번호 | 제목 |
|---|---|
| 1717635 | |
| 1717629 | |
| 1717626 | |
| 1717625 | |
| 1717621 | |
| 1717619 | |
| 1717611 | |
| 1717610 | |
| 1717609 | |
| 1717607 | |
| 1717601 | |
| 1717598 | |
| 1717591 | |
| 1717590 | |
| 1717583 | |
| 1717575 | |
| 1717572 | |
| 1717568 | |
| 1717566 | |
| 1717549 | |
| 1717545 | |
| 1717533 | |
| 1717512 | |
| 1717511 | |
| 1717508 | |
| 1717495 | |
| 1717479 | |
| 1717473 | |
| 1717470 | |
| 1717463 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기