반응형
Request 샘플.
POST /upload HTTP/1.1
content-type: multipart/form-data; boundary=--------------------------968146443668612378265595
content-length: 201783
----------------------------968146443668612378265595
Content-Disposition: form-data; name="upload_file"; filename="test.png"
Content-Type: image/png
[Binary Data]
----------------------------968146443668612378265595
Content-Disposition: form-data; name="userName"
myName
----------------------------968146443668612378265595
Content-Disposition: form-data; name="userAge"
25
----------------------------968146443668612378265595--
반응형
'프로그래밍 > Html' 카테고리의 다른 글
찾아보기 버튼 바꾸기 (0) | 2016.08.05 |
---|---|
simple table (아래 글의 css 적용) (0) | 2015.10.30 |
simple table css (0) | 2015.10.30 |
모바일웹에서 app 설치 확인 (0) | 2014.03.24 |
모바일 웹 (0) | 2014.03.24 |