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

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -