Glossary coding Term Page

Multipart upload

the HTTP format for sending files

multipart-upload #coding#svelte
Korean version

Related Concepts

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.

Posts Mentioning This Concept