https://dev.to/naveenkolambage/how-to-use-formdata-web-api-to-collect-form-data-329m
You are given the following form and asked to complete a simple task to gather data from the form... Tagged with javascript, beginners, webdev.
web apiuseformdatacollect
https://developer.mozilla.org/ko/docs/Web/API/FormData
FormData 인터페이스는 form 필드와 그 값을 나타내는 일련의 key/value 쌍을 쉽게 생성할 수 있는 방법을 제공합니다. 또한 XMLHttpRequest.send() 메서드를 사용하여 쉽게 전송할 수 있습니다. 인코딩 타입이
web apiformdatamdn
https://kotlinlang.org/api/core/1.8/kotlin-stdlib/org.w3c.fetch/-body/form-data.html
formdata
https://replit.com/@antelove19/PHP-Vue-form-formData-60
PHP and Vue form formData input text textarea file
phpvueformreplit