Glossary coding Term Page
Multipart upload
the HTTP format for sending files
Core Idea
Multipart upload is the HTTP format for sending files; set enctype="multipart/form-data" on the form. It usually makes the most sense alongside Progress event, XMLHttpRequest, AbortController.
Why It Matters Here
Mathbong reuses this term across svelte posts as shared vocabulary.