먼저 아래 코드를 넣어서 file type을 0으로 줄인다.
<style>
#file { width:0; height:0; }
</style>
<script>
$j(function(){
$j('#btn-upload').click(function(e){
e.preventDefault();
$j("input:file").click();
var ext = $j("input:file").val().split(".").pop().toLowerCase();
if($j.inArray(ext, ["gif","png","jpg","jpeg"]) == -1) {
alert("gif,png,jpg 파일만 업로드 할수 있습니다.");
return false;
}
$j("input:file").val().toLowerCase();
});
});
</script>
그리고 html내에
<input type='file' id='file' name='file' />
<button id='btn-upload' class="button1 white selected" onfocus="this.blur();">사업자등록증 첨부</button>
이렇게 해주면 깔금하게 버튼 하나로만 처리되어집니다.
버튼에는 css로 이쁘게 처리하면 되거나 이미지로 입혀도 되겠죠?
게시판 목록
팁게시판
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 6002 | 9년 전 | 206 | ||
| 6001 | 9년 전 | 179 | ||
| 6000 | 9년 전 | 230 | ||
| 5999 | 9년 전 | 162 | ||
| 5998 | 9년 전 | 208 | ||
| 5997 | 9년 전 | 236 | ||
| 5996 | 9년 전 | 198 | ||
| 5995 | 9년 전 | 245 | ||
| 5994 | 9년 전 | 198 | ||
| 5993 | 9년 전 | 261 | ||
| 5992 | 9년 전 | 341 | ||
| 5991 | 9년 전 | 358 | ||
| 5990 | 9년 전 | 294 | ||
| 5989 | 9년 전 | 289 | ||
| 5988 | 9년 전 | 295 | ||
| 5987 | 9년 전 | 243 | ||
| 5986 | 9년 전 | 277 | ||
| 5985 | 9년 전 | 238 | ||
| 5984 | 9년 전 | 206 | ||
| 5983 | 9년 전 | 195 | ||
| 5982 | 9년 전 | 250 | ||
| 5981 | 9년 전 | 302 | ||
| 5980 | 9년 전 | 257 | ||
| 5979 | 9년 전 | 267 | ||
| 5978 | 9년 전 | 245 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기