Skip to content

Commit 80ff795

Browse files
gusxo999Violet-Bora-Lee
authored andcommitted
[FormData] 번역 - line181(#1232)
1 parent adf762d commit 80ff795

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

5-network/02-formdata/article.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@ We can either create `new FormData(form)` from an HTML form, or create a object
178178
메서드를 사용할 때 주의할 점 2가지가 있습니다.
179179

180180
1. The `set` method removes fields with the same name, `append` doesn't. That's the only difference between them.
181-
2. To send a file, 3-argument syntax is needed, the last argument is a file name, that normally is taken from user filesystem for `<input type="file">`.
182-
181+
2. 파일을 보낼 땐 세 번째 인수가 필요한데 이 인수는 사용자 파일 시스템에서 지정한 파일명과 동일하게 지정됩니다.
183182
Other methods are:
184183

185184
- `formData.delete(name)`

0 commit comments

Comments
 (0)