Closed
Description
Graham Zabel opened SPR-5904 and commented
We have a requirement to upload documents (Word, pdf, etc). The Request is expected to be a multipart/mixed MIME type, with the first section containing the Xml defining the document, and the second section containing the actual document.
There currently seems to be very limited support for multipart requests. Could we have support for creation of multipart requests using RestTemplate?
thanks,
Graham