Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 콜미동구
- 클라우드 서비스
- 독후감
- JavaScript
- 깃
- 에러
- spring
- missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
- 한줄평
- MySQL
- SpringBoot
- 기록하는 동구
- 줄거리
- 오류
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- 서평
- git
- Mac
- 자바 파일업로드
- 클라우드 서비스 특징
- 데이메이커
- 자바스크립트
- 파이썬 웹크롤링
- Swift
- 동구
- git push
- 책
- java
- Mapper
- Xcode
Archives
- Today
- Total
목록프론트엔드(Front-end)/jQuery (2)
인생은 속도가 아니라 방향이다
[jQuery] 제이쿼리 다중파일 value 가져오기
다중파일업로드할때 확장자명만 가져올때 file의 name을 가져와야겠죠. 아무리 value쳐도 안되길래 구글링했습니다. 아래는 HTML 코드구요, 1 2 자바스크립트 코드 6번째줄보시면 파일명을 가져오려면 .name을 써야합니다! 1 2 3 4 5 6 7 8 9 $('#btn_upload').click(function(){ var files=$('input[name="file_name"]')[0].files; for(var i= 0; i
프론트엔드(Front-end)/jQuery
2020. 2. 6. 17:55