jquery.filestyle.js 라이브러리를 이용하여 input file의 파일첨부 버튼을 이미지로 변경 가능하다.
<script type="text/javascript" src="${pageContext.request.contextPath}/js/util/jquery.filestyle.js" ></script>
$(function(){
$("input[type=file]").filestyle({
image: "${pageContext.request.contextPath}/images/btn/file.gif",
imageheight : 22,
imagewidth : 74
});
});
반응형