RFC 7578 - Returning Values from Forms: multipart/form-data
RFC 7578 defines the multipart/form-data media type used for HTML form submission, particularly for file upload scenarios. It specifies the encoding format for form data, Content-Disposition headers, filename handling, and other details. This is the core standard for implementing file upload functionality in web development.