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 |
Tags
- javascript
- java
- 톰캣
- tomcat
- Android
- junit
- Spring
- 안드로이드
- File
- MySQL
- ajax
- CentOS
- larravel
- DB
- html
- SeLinux
- input
- Linux
- laravel
- 정규식
- 이클립스
- properties
- JSON
- 리눅스
- 와일드카드
- error
- NetBeans
- curl
- jquery
- php
Archives
- Today
- Total
목록iframe (1)
합쭈기 programming
iframe 파일전송
//ie 때문에 $("#personFile").change(addPic); function addPic() { form = document.createElement("form"); form.name = "formFile"; form.action = "/"; form.method = "post"; form.enctype="multipart/form-data"; form.encoding="multipart/form-data"; var file = $(this); $(file).attr("name", "personFile"); temp = $(this).parent(); $(form).append($(file)); var frameName = 'unique' + (new Date().getTime()); //..
Javascript
2015. 4. 13. 10:31