Skip to content

Commit

Permalink
Update files/ja/web/api/xmlhttprequest_api/using_formdata_objects/ind…
Browse files Browse the repository at this point in the history
…ex.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mfuji09 and github-actions[bot] committed Dec 22, 2023
1 parent d47823e commit b9d09ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ send.addEventListener("click", async () => {
formData.append("username", "Groucho");
formData.append("accountnum", 123456);

// file 型の <input> 要素
// file 型の <input> 要素
const avatar = document.querySelector("#avatar");
formData.append("avatar", avatar.files[0]);

Expand Down

0 comments on commit b9d09ec

Please sign in to comment.