Form data can be submitted in different formats. The most common are
application/x-www-form-urlencoded (default) and
multipart/form-data (for file uploads).
The FormData API makes it easy to construct form data
from a form element or programmatically.