AntiPattern
Multipart Upload Integration Gaps
multipart-upload-contract-mismatch
Binary and form-data uploads break because handlers, content-type expectations, and client callbacks disagree (e.g., multipart/form-data vs octet-stream, formData Blob vs expected file types, temp file limits), causing missing files or failed transfers.