먼저 아래 코드를 넣어서 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에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 6027 | 9년 전 | 310 | ||
| 6026 | 9년 전 | 267 | ||
| 6025 | 9년 전 | 243 | ||
| 6024 | 9년 전 | 405 | ||
| 6023 | 9년 전 | 283 | ||
| 6022 | 9년 전 | 283 | ||
| 6021 | 9년 전 | 277 | ||
| 6020 | 9년 전 | 251 | ||
| 6019 | 9년 전 | 224 | ||
| 6018 | 9년 전 | 204 | ||
| 6017 | 9년 전 | 245 | ||
| 6016 | 9년 전 | 231 | ||
| 6015 | 9년 전 | 195 | ||
| 6014 | 9년 전 | 162 | ||
| 6013 | 9년 전 | 267 | ||
| 6012 | 9년 전 | 205 | ||
| 6011 | 9년 전 | 223 | ||
| 6010 | 9년 전 | 216 | ||
| 6009 | 9년 전 | 306 | ||
| 6008 | 9년 전 | 197 | ||
| 6007 | 9년 전 | 200 | ||
| 6006 | 9년 전 | 253 | ||
| 6005 | 9년 전 | 216 | ||
| 6004 | 9년 전 | 309 | ||
| 6003 | 9년 전 | 269 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기