Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 아이폰게임
- 아이러브니키
- php
- 가사
- 모뉴먼트
- 공략
- 유료
- 게임
- 일상
- 시사회
- 잡담
- 후기
- JavaScript
- Monument Valley
- 레고
- 맛집
- Monument
- goblin sword
- 추천
- 모뉴먼트 밸리
- 아이패드
- 강추
- 카이로소프트
- 감상
- 아이폰
- great forest
- 영화
- 핑크
- Pink
- jQuery
Archives
- Today
- Total
목록remove (1)
잡담소장소
file 파일 사이즈 확인 및 삭제
file size 가져오기 $("#attachment").change( function() { alert( this.files[0].size ); }); 선택된 파일 삭제하기 function clear_file() { var file = $("#attacthment"); file.replaceWith( file = file.clone( true ) ); } http://stackoverflow.com/questions/1043957/clearing-input-type-file-using-jquery 에서 발췌 * 겸사겸사 bit 사이즈 변환 사이트 http://www.flightpedia.org/convert/bit-and-byte.html file size를 가져올때 bit 단위로 가져오므로 제한두고자..
Study ;3
2013. 6. 17. 11:55