몰랐으면 울뻔한 편리한 jquery멀티 파일 업로드
사이트 : http://www.fyneworks.com/jquery/multiple-file-upload/
설명도 아주 잘 나와있으니 따라하면된다.
1. 일단 jquery들을 추가 해주고
<script src='http://jquery-multifile-plugin.googlecode.com/svn/trunk/jquery.form.js' type="text/javascript" language="javascript"></script>
<script src='http://jquery-multifile-plugin.googlecode.com/svn/trunk/jquery.MetaData.js' type="text/javascript" language="javascript"></script>
<script src='http://jquery-multifile-plugin.googlecode.com/svn/trunk/jquery.MultiFile.js' type="text/javascript" language="javascript"></script>
<script src='http://jquery-multifile-plugin.googlecode.com/svn/trunk/jquery.blockUI.js' type="text/javascript" language="javascript"></script>
file업로드 쪽에다가 원하는 형식으로 써주면 된다
예 파일 업로드 갯수 5개로 제한하고.. 멀티로 해줄꺼야 라고 한다면
<input type="file" id="afile" name="afile" class="multi" maxlength="5" style="width:60%;">
이거 한줄이면 ok
파일 업로드도 잘되고 넣자마자 파일 이름 보이는것도 된다.
신기하지요?
든든한 친구가 생긴것 같아서 넘 기쁜 날이다!! ㅋㅋ
모두모두 해매지 마세요!!
파일 업로드!!
'JSP' 카테고리의 다른 글
[JSP] JSTL 구성요소 : Core 예제6 (<c:forEach>태그, <c:forTokens>태그) (0) | 2014.08.08 |
---|---|
Spring form 태그의 path 속성 (0) | 2014.04.23 |
JSP 게시판 업그레이드 - 어설픈 Model2 MVC (JSP 구현, JSTL/EL) (0) | 2014.04.23 |
jsp <c:foreach>로 list 가져올 때 질문드립니다 (0) | 2014.04.23 |
파일 확장자에 따라 아이콘이 달라지는 소스 구현 (0) | 2014.03.25 |
JSP에서 엑셀(excel) 파일 DB에 저장하기 (1) | 2014.03.25 |
[JSTL] varStatus 사용하기.. (JSTL 루프 상태값을 반환해준다) (0) | 2014.03.25 |
JSP, Servlet init-param example (0) | 2014.03.25 |