Passa al contenuto principale

4.1. Parametro "Boundary" di multipart/form-data

4.1. "Boundary" Parameter of multipart/form-data

🇬🇧 Testo originale inglese

As with other multipart types, the parts are delimited with a boundary delimiter, constructed using CRLF, "--", and the value of the "boundary" parameter. The boundary is supplied as a "boundary" parameter to the multipart/form-data type. As noted in Section 5.1 of [RFC2046], the boundary delimiter MUST NOT appear inside any of the encapsulated parts, and it is often necessary to enclose the "boundary" parameter values in quotes in the Content-Type header field.


🇮🇹 Traduzione italiana

Come per altri tipi multipart, le parti sono delimitate da un delimitatore di confine, costruito utilizzando CRLF, "--" e il valore del parametro "boundary". Il confine viene fornito come parametro "boundary" al tipo multipart/form-data. Come indicato nella sezione 5.1 di [RFC2046], il delimitatore di confine NON DEVE apparire all'interno di nessuna delle parti incapsulate, ed è spesso necessario racchiudere i valori del parametro "boundary" tra virgolette nel campo di intestazione Content-Type.