java - Parsing a multi-part response from a http get -


i'm developing integration between 2 applications. application 1 uses httpclient getmethod request application 2. application 2 return multipart response files embedded. thought simple exercise, cannot seem find common support parsing multipart response http get. how can application 1 parse multipart response application 2?

as using multi part encode send request server(servlet). multi part encode encrypt data in form have decrypt them first , can use values.

please follow link.

what enctype='multipart/form-data' mean?.

convenient way parse incoming multipart/form-data parameters in servlet.


Popular posts from this blog

javascript - Js, document.getElementById("ID").innerHTML, error -

jquery - jqGrid update specific column data with out refreshing the entire column? -

objective c - Is there a way in OCMockito to make stubs fail when an unknown method is called? -