[jquery] 멀티 파일 업로드
몰랐으면 울뻔한 편리한 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
파일 업로드도 잘되고 넣자마자 파일 이름 보이는것도 된다.
신기하지요?
든든한 친구가 생긴것 같아서 넘 기쁜 날이다!! ㅋㅋ
모두모두 해매지 마세요!!
파일 업로드!!