Skip to content

Commit f676065

Browse files
cyk1105Violet-Bora-Lee
authored andcommitted
[FormData] 번역 - line121(#1232)
1 parent 72b68f5 commit f676065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/02-formdata/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ In practice though, it's often convenient to send an image not separately, but a
118118

119119
서버 입장에서도 원시 바이너리 데이터를 받는 것보다 multipart-encoded 폼을 받는게 좀 더 적합하죠.
120120

121-
This example submits an image from `<canvas>`, along with some other fields, as a form, using `FormData`:
121+
아래는 `<canvas>`를 사용해 만든 이미지를 `FormData`를 사용해 폼 형태로 다른 추가 필드와 함께 전송하는 예시입니다.
122122

123123
```html run autorun height="90"
124124
<body style="margin:0">

0 commit comments

Comments
 (0)