Skip to content

Commit a232bd1

Browse files
J4Y305Violet-Bora-Lee
authored andcommitted
[FormData] 번역 - line119(#1232)
1 parent 224c5d3 commit a232bd1

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
@@ -116,7 +116,7 @@ Here's an example with such form:
116116

117117
In practice though, it's often convenient to send an image not separately, but as a part of the form, with additional fields, such as "name" and other metadata.
118118

119-
Also, servers are usually more suited to accept multipart-encoded forms, rather than raw binary data.
119+
서버 입장에서도 원시 바이너리 데이터를 받는 것보다 multipart-encoded 폼을 받는게 좀 더 적합하죠.
120120

121121
This example submits an image from `<canvas>`, along with some other fields, as a form, using `FormData`:
122122

0 commit comments

Comments
 (0)